color codes Logo

#024095 color codes

#024095
(2,64,149)
0 Favorites   0 Comments

Color spaces of #024095

RGB 264149
HSL0.600.970.30
HSV215°99°58°
CMYK 0.990.570.00   0.42
XYZ7.28325.849629.1790
Yxy5.84960.17210.1382
Hunter Lab24.185911.4269-54.5999
CIE-Lab29.029818.2784-51.3061

#024095 color RGB value is (2,64,149).

#024095 hex color red value is 2, green value is 64 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #024095 hue: 0.60 , saturation: 0.97 and the lightness value of 024095 is 0.30.

The process color (four color CMYK) of #024095 color code is 0.99, 0.57, 0.00, 0.42. Web safe color of #024095 is #003399. Color #024095 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01000000 10010101
Octal 2 100 225
Decimal 2 64 149
Hex 2 40 95

RGB Percentages of Color #024095

%0.93
%29.77
%69.30

CMYK Percentages of Color #024095

%99
%57
%0
%42

Triadic Colors of #024095

#024095 #950240 #409502

Analogous Colors of #024095

#024095 #0e0295 #028a95

Monochromatic Colors of #024095

#024095

Complementary Color

#024095 #955702

#024095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#024095 Color CSS Codes

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

#024095 Text Font Color

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

This sample text font color is #024095
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.


#024095 Background Color

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

This div background color is #024095


#024095 Border Color

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

This div border color is #024095


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,64,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #024095; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #024095;
  -webkit-box-shadow: 1px 1px 3px 2px #024095;
  box-shadow:         1px 1px 3px 2px #024095; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024095


Comments

No comments written yet.

Please login to write comment.