#02457C

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

Shades of Dark Cerulean #02457C

Tints of Dark Cerulean #02457C

Color information

#02457C (or 0x02457C) is unknown color: approx Dark Cerulean. HEX triplet: 02, 45 and 7C. RGB value is (2,69,124). Sum of RGB (Red+Green+Blue) = 2+69+124=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #02457C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02457C is #FDBA83. Grayscale: #363636. Windows color (decimal): -16628356 or 8144130. OLE color: 8144130.

HSL color Cylindrical-coordinate representation of color #02457C: hue angle of 207.05º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02457C is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB269124-
CMYK0.980.4400.51
HSL207.05º96.83%24.71%-
HSV(B)207.05º98.39%48.63%-
XYZ5.795.7219.87-
YUV55.24166.890.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 124 (48.83% from 255) = 63.59%
R=1.03%
G=35.38%
B=63.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2691240.980.4400.51207.0596.8324.71
Hex2457C622C033cf6119
Octal21051741425406331714131
Binary10100010111111001100010101100011001111001111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,69,124); }

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

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

 a { background-color: rgb(2,69,124); }

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

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

 span { border-color: rgb(2,69,124); }

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