Html Css Color HEX #02476E Dark Cerulean

📋 copy color: '#02476E'

red 2 ◦ green 71 ◦ blue 110

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

Shades of Dark Cerulean #02476E

Tints of Dark Cerulean #02476E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.8%

 BLUE value IS 110 (43.36% from 255) = 60.11%

R = 1.09%
G = 38.8%
B = 60.11%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02476E (or 0x02476E) is known color: Dark Cerulean. HEX triplet: 02, 47 and 6E. RGB value is (2,71,110). Sum of RGB (Red+Green+Blue) = 2+71+110=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #02476E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02476E is #FDB891. Grayscale: #363636. Windows color (decimal): -16627858 or 7227138. OLE color: 7227138.

HSL color Cylindrical-coordinate representation of color #02476E: hue angle of 201.67º 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 #02476E is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 2 71 110 -
CMYK 0.98 0.35 0 0.57
HSL 201.67º 0.96% 0.22% -
HSV(B) 201.67º 0.98% 0.43% -
XYZ 5.09 5.65 15.57 -
YUV 54.82 159.14 90.33 -
System Red Green Blue C M Y K H S L
Decimal 2 71 110 0.98 0.35 0 0.57 201.67 0.96 0.22
Hex 2 47 6E 62 23 0 39 CA 60 16
Octal 2 107 156 142 43 0 71 312 140 26
Binary 10 1000111 1101110 1100010 100011 0 111001 11001010 1100000 10110

Color Harmonies of #02476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02476E

Black with #02476E

Text Example


Text Example

White with #02476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02476E; }

 p { color: rgb(2,71,110); }

 H1.HeaderClassName
 {
   color: #02476E;
 }
 .AnyTagClassName
 {
   color: #02476E;
 }
</style>

background-color css

<style>
 a { background-color: #02476E; }

 a { background-color: rgb(2,71,110); }

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

border-color css

<style>
 span { border-color: #02476E; }

 span { border-color: rgb(2,71,110); }

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