Color Hex Logo

#051298 Color Hex

#051298
(5,18,152)
0 Favorites   0 Comments

Color spaces of #051298

RGB 518152
HSL0.650.940.31
HSV235°97°60°
CMYK 0.970.880.00   0.40
XYZ5.94642.731929.9197
Yxy2.73190.15410.0708
Hunter Lab16.528535.2937-95.7564
CIE-Lab18.936547.9031-69.7903

#051298 color RGB value is (5,18,152).

#051298 hex color red value is 5, green value is 18 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #051298 hue: 0.65 , saturation: 0.94 and the lightness value of 051298 is 0.31.

The process color (four color CMYK) of #051298 color hex is 0.97, 0.88, 0.00, 0.40. Web safe color of #051298 is #000099. Color #051298 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010010 10011000
Octal 5 22 230
Decimal 5 18 152
Hex 5 12 98

RGB Percentages of Color #051298

%2.86
%10.29
%86.86

CMYK Percentages of Color #051298

%97
%88
%0
%40

Triadic Colors of #051298

#051298 #980512 #129805

Analogous Colors of #051298

#051298 #420598 #055c98

Monochromatic Colors of #051298

#051298

Complementary Color

#051298 #988b05

#051298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#051298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#051298 Color CSS Codes

.mybgcolor {background-color:#051298; } 
.myforecolor {color:#051298; }
.mybordercolor {border:3px solid #051298; }

#051298 Text Font Color

<p style="color:#051298">Text here</p>

This sample text font color is #051298
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#051298 Background Color

<div style="background-color:#051298">
Div content here</div>

This div background color is #051298


#051298 Border Color

<div style="border:3px solid #051298">
Div here</div>

This div border color is #051298


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,18,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #051298; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #051298;
  -webkit-box-shadow: 1px 1px 3px 2px #051298;
  box-shadow:         1px 1px 3px 2px #051298; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,18,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #051298">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #051298;
  -webkit-box-shadow: 1px 1px 3px 2px #051298;
  box-shadow:         1px 1px 3px 2px #051298;">
Div content here</div>

This div box has shadow with color #051298


Comments

No comments written yet.

Please login to write comment.