#02557C

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

Shades of Dark Cerulean #02557C

Tints of Dark Cerulean #02557C

Color information

#02557C (or 0x02557C) is unknown color: approx Dark Cerulean. HEX triplet: 02, 55 and 7C. RGB value is (2,85,124). Sum of RGB (Red+Green+Blue) = 2+85+124=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #02557C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02557C is #FDAA83. Grayscale: #404040. Windows color (decimal): -16624260 or 8148226. OLE color: 8148226.

HSL color Cylindrical-coordinate representation of color #02557C: hue angle of 199.18º 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 #02557C is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB285124-
CMYK0.980.3100.51
HSL199.18º96.83%24.71%-
HSV(B)199.18º98.39%48.63%-
XYZ6.917.9720.24-
YUV64.63161.583.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 124 (48.83% from 255) = 58.77%
R=0.95%
G=40.28%
B=58.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2851240.980.3100.51199.1896.8324.71
Hex2557C621F033c76119
Octal21251741423706330714131
Binary1010101011111100110001011111011001111000111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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