#02488A

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

Shades of Dark Cerulean #02488A

Tints of Dark Cerulean #02488A

Color information

#02488A (or 0x02488A) is unknown color: approx Dark Cerulean. HEX triplet: 02, 48 and 8A. RGB value is (2,72,138). Sum of RGB (Red+Green+Blue) = 2+72+138=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 138 (54.30% from 255 or 65.09% from 212); Max value from RGB is 138 - color contains mainly: blue. Hex color #02488A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02488A is #FDB775. Grayscale: #3A3A3A. Windows color (decimal): -16627574 or 9062402. OLE color: 9062402.

HSL color Cylindrical-coordinate representation of color #02488A: hue angle of 209.12º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02488A is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB272138-
CMYK0.990.4800.46
HSL209.12º97.14%27.45%-
HSV(B)209.12º98.55%54.12%-
XYZ6.936.4824.93-
YUV58.59172.8187.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 138 (54.30% from 255) = 65.09%
R=0.94%
G=33.96%
B=65.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2721380.990.4800.46209.1297.1427.45
Hex2488A633002Ed1611b
Octal21102121436005632114133
Binary101001000100010101100011110000010111011010001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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