#02477B

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

Shades of Dark Cerulean #02477B

Tints of Dark Cerulean #02477B

Color information

#02477B (or 0x02477B) is unknown color: approx Dark Cerulean. HEX triplet: 02, 47 and 7B. RGB value is (2,71,123). Sum of RGB (Red+Green+Blue) = 2+71+123=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #02477B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02477B is #FDB884. Grayscale: #383838. Windows color (decimal): -16627845 or 8079106. OLE color: 8079106.

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

Color convert

RGB271123-
CMYK0.980.4200.52
HSL205.79º96.8%24.51%-
HSV(B)205.79º98.37%48.24%-
XYZ5.855.9519.58-
YUV56.3165.6489.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 123 (48.44% from 255) = 62.76%
R=1.02%
G=36.22%
B=62.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2711230.980.4200.52205.7996.824.51
Hex2477B622A034ce6119
Octal21071731425206431614131
Binary10100011111110111100010101010011010011001110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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