#0D527A

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

Shades of Dark Cerulean #0D527A

Tints of Dark Cerulean #0D527A

Color information

#0D527A (or 0x0D527A) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 52 and 7A. RGB value is (13,82,122). Sum of RGB (Red+Green+Blue) = 13+82+122=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #0D527A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D527A is #F2AD85. Grayscale: #414141. Windows color (decimal): -15904134 or 8016397. OLE color: 8016397.

HSL color Cylindrical-coordinate representation of color #0D527A: hue angle of 202.02º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D527A is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1382122-
CMYK0.890.3300.52
HSL202.02º80.74%26.47%-
HSV(B)202.02º89.34%47.84%-
XYZ6.77.5319.51-
YUV65.93159.6490.25-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.99%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 122 (48.05% from 255) = 56.22%
R=5.99%
G=37.79%
B=56.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal13821220.890.3300.52202.0280.7426.47
HexD527A5921034ca511a
Octal151221721314106431212132
Binary1101101001011110101011001100001011010011001010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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