#02448A

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

Shades of Dark Cerulean #02448A

Tints of Dark Cerulean #02448A

Color information

#02448A (or 0x02448A) is unknown color: approx Dark Cerulean. HEX triplet: 02, 44 and 8A. RGB value is (2,68,138). Sum of RGB (Red+Green+Blue) = 2+68+138=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 138 (54.30% from 255 or 66.35% from 208); Max value from RGB is 138 - color contains mainly: blue. Hex color #02448A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02448A is #FDBB75. Grayscale: #373737. Windows color (decimal): -16628598 or 9061378. OLE color: 9061378.

HSL color Cylindrical-coordinate representation of color #02448A: hue angle of 210.88º 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 #02448A is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB268138-
CMYK0.990.5100.46
HSL210.88º97.14%27.45%-
HSV(B)210.88º98.55%54.12%-
XYZ6.685.9824.85-
YUV56.25174.1389.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 138 (54.30% from 255) = 66.35%
R=0.96%
G=32.69%
B=66.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal2681380.990.5100.46210.8897.1427.45
Hex2448A633302Ed3611b
Octal21042121436305632314133
Binary101000100100010101100011110011010111011010011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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