Html Css Color HEX #024A6D Dark Cerulean

📋 copy color: '#024A6D'

red 2 ◦ green 74 ◦ blue 109

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

Shades of Dark Cerulean #024A6D

Tints of Dark Cerulean #024A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 58.92%

R = 1.08%
G = 40%
B = 58.92%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#024A6D (or 0x024A6D) is known color: Dark Cerulean. HEX triplet: 02, 4A and 6D. RGB value is (2,74,109). Sum of RGB (Red+Green+Blue) = 2+74+109=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 109 (42.97% from 255 or 58.92% from 185); Max value from RGB is 109 - color contains mainly: blue. Hex color #024A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A6D is #FDB592. Grayscale: #383838. Windows color (decimal): -16627091 or 7162370. OLE color: 7162370.

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

Color convert

RGB 2 74 109 -
CMYK 0.98 0.32 0 0.57
HSL 199.63º 0.96% 0.22% -
HSV(B) 199.63º 0.98% 0.43% -
XYZ 5.23 6.01 15.35 -
YUV 56.46 157.65 89.15 -
System Red Green Blue C M Y K H S L
Decimal 2 74 109 0.98 0.32 0 0.57 199.63 0.96 0.22
Hex 2 4A 6D 62 20 0 39 C8 60 16
Octal 2 112 155 142 40 0 71 310 140 26
Binary 10 1001010 1101101 1100010 100000 0 111001 11001000 1100000 10110

Color Harmonies of #024A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024A6D

Black with #024A6D

Text Example


Text Example

White with #024A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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