Html Css Color HEX #024A6F Dark Cerulean

📋 copy color: '#024A6F'

red 2 ◦ green 74 ◦ blue 111

#024A6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #024A6F

Tints of Dark Cerulean #024A6F

RGB

 RED value IS 2 (1.17% from 255) = 1.07%

 GREEN value IS 74 (29.3% from 255) = 39.57%

 BLUE value IS 111 (43.75% from 255) = 59.36%

R = 1.07%
G = 39.57%
B = 59.36%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#024A6F (or 0x024A6F) is known color: Dark Cerulean. HEX triplet: 02, 4A and 6F. RGB value is (2,74,111). Sum of RGB (Red+Green+Blue) = 2+74+111=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #024A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A6F is #FDB590. Grayscale: #383838. Windows color (decimal): -16627089 or 7293442. OLE color: 7293442.

HSL color Cylindrical-coordinate representation of color #024A6F: hue angle of 200.37º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024A6F is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 74 111 -
CMYK 0.98 0.33 0 0.56
HSL 200.37º 0.96% 0.22% -
HSV(B) 200.37º 0.98% 0.44% -
XYZ 5.34 6.06 15.93 -
YUV 56.69 158.65 88.99 -
System Red Green Blue C M Y K H S L
Decimal 2 74 111 0.98 0.33 0 0.56 200.37 0.96 0.22
Hex 2 4A 6F 62 21 0 38 C8 60 16
Octal 2 112 157 142 41 0 70 310 140 26
Binary 10 1001010 1101111 1100010 100001 0 111000 11001000 1100000 10110

Color Harmonies of #024A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024A6F

Black with #024A6F

Text Example


Text Example

White with #024A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024A6F; }

 p { color: rgb(2,74,111); }

 H1.HeaderClassName
 {
   color: #024A6F;
 }
 .AnyTagClassName
 {
   color: #024A6F;
 }
</style>

background-color css

<style>
 a { background-color: #024A6F; }

 a { background-color: rgb(2,74,111); }

 div.DivClassName
 {
   background-color: #024A6F;
 }
 .BgClassName
 {
   background-color: #024A6F;
 }
</style>

border-color css

<style>
 span { border-color: #024A6F; }

 span { border-color: rgb(2,74,111); }

 td.TdClassName
 {
   border-color: #024A6F;
 }
 .TagClassName
 {
   border-color: #024A6F;
 }
</style>