#0D527C

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

Shades of Dark Cerulean #0D527C

Tints of Dark Cerulean #0D527C

Color information

#0D527C (or 0x0D527C) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 52 and 7C. RGB value is (13,82,124). Sum of RGB (Red+Green+Blue) = 13+82+124=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D527C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D527C is #F2AD83. Grayscale: #414141. Windows color (decimal): -15904132 or 8147469. OLE color: 8147469.

HSL color Cylindrical-coordinate representation of color #0D527C: hue angle of 202.7º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D527C is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1382124-
CMYK0.900.3400.51
HSL202.7º81.02%26.86%-
HSV(B)202.7º89.52%48.63%-
XYZ6.827.5820.17-
YUV66.16160.6490.08-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.94%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 124 (48.83% from 255) = 56.62%
R=5.94%
G=37.44%
B=56.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal13821240.900.3400.51202.781.0226.86
HexD527C5A22033cb511b
Octal151221741324206331312133
Binary1101101001011111001011010100010011001111001011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D527C; }

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

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

<style>
 a { background-color: #0D527C; }

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

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

<style>
 span { border-color: #0D527C; }

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

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