Html Css Color HEX #02477D Dark Cerulean

📋 copy color: '#02477D'

red 2 ◦ green 71 ◦ blue 125

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

Shades of Dark Cerulean #02477D

Tints of Dark Cerulean #02477D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 63.13%

R = 1.01%
G = 35.86%
B = 63.13%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02477D (or 0x02477D) is known color: Dark Cerulean. HEX triplet: 02, 47 and 7D. RGB value is (2,71,125). Sum of RGB (Red+Green+Blue) = 2+71+125=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 125 (49.22% from 255 or 63.13% from 198); Max value from RGB is 125 - color contains mainly: blue. Hex color #02477D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02477D is #FDB882. Grayscale: #383838. Windows color (decimal): -16627843 or 8210178. OLE color: 8210178.

HSL color Cylindrical-coordinate representation of color #02477D: hue angle of 206.34º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02477D is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 71 125 -
CMYK 0.98 0.43 0 0.51
HSL 206.34º 0.97% 0.25% -
HSV(B) 206.34º 0.98% 0.49% -
XYZ 5.98 6 20.24 -
YUV 56.53 166.64 89.11 -
System Red Green Blue C M Y K H S L
Decimal 2 71 125 0.98 0.43 0 0.51 206.34 0.97 0.25
Hex 2 47 7D 62 2B 0 33 CE 61 19
Octal 2 107 175 142 53 0 63 316 141 31
Binary 10 1000111 1111101 1100010 101011 0 110011 11001110 1100001 11001

Color Harmonies of #02477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02477D

Black with #02477D

Text Example


Text Example

White with #02477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02477D; }

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

 H1.HeaderClassName
 {
   color: #02477D;
 }
 .AnyTagClassName
 {
   color: #02477D;
 }
</style>

background-color css

<style>
 a { background-color: #02477D; }

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

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

border-color css

<style>
 span { border-color: #02477D; }

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

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