Html Css Color HEX #02476B Dark Cerulean

📋 copy color: '#02476B'

red 2 ◦ green 71 ◦ blue 107

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

Shades of Dark Cerulean #02476B

Tints of Dark Cerulean #02476B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 59.44%

R = 1.11%
G = 39.44%
B = 59.44%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02476B (or 0x02476B) is known color: Dark Cerulean. HEX triplet: 02, 47 and 6B. RGB value is (2,71,107). Sum of RGB (Red+Green+Blue) = 2+71+107=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 107 (42.19% from 255 or 59.44% from 180); Max value from RGB is 107 - color contains mainly: blue. Hex color #02476B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02476B is #FDB894. Grayscale: #363636. Windows color (decimal): -16627861 or 7030530. OLE color: 7030530.

HSL color Cylindrical-coordinate representation of color #02476B: hue angle of 200.57º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02476B is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 71 107 -
CMYK 0.98 0.34 0 0.58
HSL 200.57º 0.96% 0.21% -
HSV(B) 200.57º 0.98% 0.42% -
XYZ 4.93 5.58 14.73 -
YUV 54.47 157.64 90.57 -
System Red Green Blue C M Y K H S L
Decimal 2 71 107 0.98 0.34 0 0.58 200.57 0.96 0.21
Hex 2 47 6B 62 22 0 3A C9 60 15
Octal 2 107 153 142 42 0 72 311 140 25
Binary 10 1000111 1101011 1100010 100010 0 111010 11001001 1100000 10101

Color Harmonies of #02476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02476B

Black with #02476B

Text Example


Text Example

White with #02476B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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