Shades of Dark Cerulean #0D527A
Tints of Dark Cerulean #0D527A
RGB
CMYK
RGB Variations
Color information
#0D527A (or 0x0D527A) is known color: 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
| RGB | 13 | 82 | 122 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.52 |
| HSL | 202.02º | 0.81% | 0.26% | - |
| HSV(B) | 202.02º | 0.89% | 0.48% | - |
| XYZ | 6.7 | 7.53 | 19.51 | - |
| YUV | 65.93 | 159.64 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 82 | 122 | 0.89 | 0.33 | 0 | 0.52 | 202.02 | 0.81 | 0.26 |
| Hex | D | 52 | 7A | 59 | 21 | 0 | 34 | CA | 51 | 1A |
| Octal | 15 | 122 | 172 | 131 | 41 | 0 | 64 | 312 | 121 | 32 |
| Binary | 1101 | 1010010 | 1111010 | 1011001 | 100001 | 0 | 110100 | 11001010 | 1010001 | 11010 |
Color Harmonies of #0D527A
Complementary color
Monochromatic Colors of #0D527A
Black with #0D527A
Text Example
Text Example
White with #0D527A
Text Example
Text Example
HTML Codes & Css Web 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>