Shades of Dark Cerulean #0D527B
Tints of Dark Cerulean #0D527B
RGB
CMYK
RGB Variations
Color information
#0D527B (or 0x0D527B) is known color: Dark Cerulean. HEX triplet: 0D, 52 and 7B. RGB value is (13,82,123). Sum of RGB (Red+Green+Blue) = 13+82+123=218 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.96% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #0D527B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D527B is #F2AD84. Grayscale: #414141. Windows color (decimal): -15904133 or 8081933. OLE color: 8081933.
HSL color Cylindrical-coordinate representation of color #0D527B: hue angle of 202.36º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D527B is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 13 | 82 | 123 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.52 |
| HSL | 202.36º | 0.81% | 0.27% | - |
| HSV(B) | 202.36º | 0.89% | 0.48% | - |
| XYZ | 6.76 | 7.55 | 19.84 | - |
| YUV | 66.04 | 160.14 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 82 | 123 | 0.89 | 0.33 | 0 | 0.52 | 202.36 | 0.81 | 0.27 |
| Hex | D | 52 | 7B | 59 | 21 | 0 | 34 | CA | 51 | 1B |
| Octal | 15 | 122 | 173 | 131 | 41 | 0 | 64 | 312 | 121 | 33 |
| Binary | 1101 | 1010010 | 1111011 | 1011001 | 100001 | 0 | 110100 | 11001010 | 1010001 | 11011 |
Color Harmonies of #0D527B
Complementary color
Monochromatic Colors of #0D527B
Black with #0D527B
Text Example
Text Example
White with #0D527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D527B; }
p { color: rgb(13,82,123); }
H1.HeaderClassName
{
color: #0D527B;
}
.AnyTagClassName
{
color: #0D527B;
}
</style>
background-color css
<style>
a { background-color: #0D527B; }
a { background-color: rgb(13,82,123); }
div.DivClassName
{
background-color: #0D527B;
}
.BgClassName
{
background-color: #0D527B;
}
</style>
border-color css
<style>
span { border-color: #0D527B; }
span { border-color: rgb(13,82,123); }
td.TdClassName
{
border-color: #0D527B;
}
.TagClassName
{
border-color: #0D527B;
}
</style>