#02527C

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

Shades of Dark Cerulean #02527C

Tints of Dark Cerulean #02527C

Color information

#02527C (or 0x02527C) is unknown color: approx Dark Cerulean. HEX triplet: 02, 52 and 7C. RGB value is (2,82,124). Sum of RGB (Red+Green+Blue) = 2+82+124=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #02527C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02527C is #FDAD83. Grayscale: #3E3E3E. Windows color (decimal): -16625028 or 8147458. OLE color: 8147458.

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

Color convert

RGB282124-
CMYK0.980.3400.51
HSL200.66º96.83%24.71%-
HSV(B)200.66º98.39%48.63%-
XYZ6.687.520.16-
YUV62.87162.584.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 124 (48.83% from 255) = 59.62%
R=0.96%
G=39.42%
B=59.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2821240.980.3400.51200.6696.8324.71
Hex2527C6222033c96119
Octal21221741424206331114131
Binary10101001011111001100010100010011001111001001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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