#02567C

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

Shades of Dark Cerulean #02567C

Tints of Dark Cerulean #02567C

Color information

#02567C (or 0x02567C) is unknown color: approx Dark Cerulean. HEX triplet: 02, 56 and 7C. RGB value is (2,86,124). Sum of RGB (Red+Green+Blue) = 2+86+124=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #02567C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02567C is #FDA983. Grayscale: #404040. Windows color (decimal): -16624004 or 8148482. OLE color: 8148482.

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

Color convert

RGB286124-
CMYK0.980.3100.51
HSL198.69º96.83%24.71%-
HSV(B)198.69º98.39%48.63%-
XYZ6.998.1220.27-
YUV65.22161.1782.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 124 (48.83% from 255) = 58.49%
R=0.94%
G=40.57%
B=58.49%

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
Decimal2861240.980.3100.51198.6996.8324.71
Hex2567C621F033c76119
Octal21261741423706330714131
Binary1010101101111100110001011111011001111000111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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