#02486C

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

Shades of Dark Cerulean #02486C

Tints of Dark Cerulean #02486C

Color information

#02486C (or 0x02486C) is unknown color: approx Dark Cerulean. HEX triplet: 02, 48 and 6C. RGB value is (2,72,108). Sum of RGB (Red+Green+Blue) = 2+72+108=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #02486C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02486C is #FDB793. Grayscale: #363636. Windows color (decimal): -16627604 or 7096322. OLE color: 7096322.

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

Color convert

RGB272108-
CMYK0.980.3300.58
HSL200.38º96.36%21.57%-
HSV(B)200.38º98.15%42.35%-
XYZ5.055.7315.03-
YUV55.17157.8190.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 108 (42.58% from 255) = 59.34%
R=1.10%
G=39.56%
B=59.34%

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
Decimal2721080.980.3300.58200.3896.3621.57
Hex2486C622103Ac86016
Octal21101541424107231014026
Binary10100100011011001100010100001011101011001000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02486C; }

 p { color: rgb(2,72,108); }

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

<style>
 a { background-color: #02486C; }

 a { background-color: rgb(2,72,108); }

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

<style>
 span { border-color: #02486C; }

 span { border-color: rgb(2,72,108); }

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