#02486F

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

Shades of Dark Cerulean #02486F

Tints of Dark Cerulean #02486F

Color information

#02486F (or 0x02486F) is unknown color: approx Dark Cerulean. HEX triplet: 02, 48 and 6F. RGB value is (2,72,111). Sum of RGB (Red+Green+Blue) = 2+72+111=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 111 (43.75% from 255 or 60% from 185); Max value from RGB is 111 - color contains mainly: blue. Hex color #02486F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02486F is #FDB790. Grayscale: #373737. Windows color (decimal): -16627601 or 7292930. OLE color: 7292930.

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

Color convert

RGB272111-
CMYK0.980.3500.56
HSL201.47º96.46%22.16%-
HSV(B)201.47º98.2%43.53%-
XYZ5.215.815.88-
YUV55.52159.3189.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 72 (28.52% from 255) = 38.92%
BLUE value IS 111 (43.75% from 255) = 60%
R=1.08%
G=38.92%
B=60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2721110.980.3500.56201.4796.4622.16
Hex2486F6223038c96016
Octal21101571424307031114026
Binary10100100011011111100010100011011100011001001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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