color codes Logo

#024a6c color codes

#024A6C
(2,74,108)
0 Favorites   0 Comments

Color spaces of #024a6c

RGB 274108
HSL0.550.960.22
HSV199°98°42°
CMYK 0.980.310.00   0.58
XYZ5.18065.993215.0711
Yxy5.99320.19740.2284
Hunter Lab24.4810-5.0681-19.3636
CIE-Lab29.3953-6.0932-25.1889

#024a6c color RGB value is (2,74,108).

#024a6c hex color red value is 2, green value is 74 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #024a6c hue: 0.55 , saturation: 0.96 and the lightness value of 024a6c is 0.22.

The process color (four color CMYK) of #024a6c color code is 0.98, 0.31, 0.00, 0.58. Web safe color of #024a6c is #003366. Color #024a6c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01001010 01101100
Octal 2 112 154
Decimal 2 74 108
Hex 2 4A 6C

RGB Percentages of Color #024a6c

%1.09
%40.22
%58.70

CMYK Percentages of Color #024a6c

%98
%31
%0
%58

Triadic Colors of #024a6c

#024a6c #6c024a #4a6c02

Analogous Colors of #024a6c

#024a6c #02156c #026c59

Monochromatic Colors of #024a6c

#024a6c

Complementary Color

#024a6c #6c2402

#024a6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#024a6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#024a6c Color CSS Codes

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

#024a6c Text Font Color

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

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


#024a6c Background Color

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

This div background color is #024a6c


#024a6c Border Color

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

This div border color is #024a6c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,74,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #024a6c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #024a6c;
  -webkit-box-shadow: 1px 1px 3px 2px #024a6c;
  box-shadow:         1px 1px 3px 2px #024a6c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #024a6c


Comments

No comments written yet.

Please login to write comment.