#02488E

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

Shades of Dark Cerulean #02488E

Tints of Dark Cerulean #02488E

Color information

#02488E (or 0x02488E) is unknown color: approx Dark Cerulean. HEX triplet: 02, 48 and 8E. RGB value is (2,72,142). Sum of RGB (Red+Green+Blue) = 2+72+142=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 142 (55.86% from 255 or 65.74% from 216); Max value from RGB is 142 - color contains mainly: blue. Hex color #02488E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02488E is #FDB771. Grayscale: #3A3A3A. Windows color (decimal): -16627570 or 9324546. OLE color: 9324546.

HSL color Cylindrical-coordinate representation of color #02488E: hue angle of 210º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02488E is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB272142-
CMYK0.990.4900.44
HSL210º97.22%28.24%-
HSV(B)210º98.59%55.69%-
XYZ7.226.626.48-
YUV59.05174.8187.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 72 (28.52% from 255) = 33.33%
BLUE value IS 142 (55.86% from 255) = 65.74%
R=0.93%
G=33.33%
B=65.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2721420.990.4900.4421097.2228.24
Hex2488E633102Cd2611c
Octal21102161436105432214134
Binary101001000100011101100011110001010110011010010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02488E; }

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

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

<style>
 a { background-color: #02488E; }

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

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

<style>
 span { border-color: #02488E; }

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

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