#02476A

Color #02476A Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #02476A

Tints of Dark Cerulean #02476A

Color information

#02476A (or 0x02476A) is unknown color: approx Dark Cerulean. HEX triplet: 02, 47 and 6A. RGB value is (2,71,106). Sum of RGB (Red+Green+Blue) = 2+71+106=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #02476A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02476A is #FDB895. Grayscale: #363636. Windows color (decimal): -16627862 or 6964994. OLE color: 6964994.

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

Color convert

RGB271106-
CMYK0.980.3300.58
HSL200.19º96.3%21.18%-
HSV(B)200.19º98.11%41.57%-
XYZ4.885.5614.45-
YUV54.36157.1490.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 71 (28.12% from 255) = 39.66%
BLUE value IS 106 (41.80% from 255) = 59.22%
R=1.12%
G=39.66%
B=59.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2711060.980.3300.58200.1996.321.18
Hex2476A622103Ac86015
Octal21071521424107231014025
Binary10100011111010101100010100001011101011001000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02476A;
 }
 .AnyTagClassName
 {
   color: #02476A;
 }
</style>
background-color css

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

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

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

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

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

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