Shades of Dark Cerulean #0D5989
Tints of Dark Cerulean #0D5989
RGB
CMYK
RGB Variations
Color information
#0D5989 (or 0x0D5989) is known color: Dark Cerulean. HEX triplet: 0D, 59 and 89. RGB value is (13,89,137). Sum of RGB (Red+Green+Blue) = 13+89+137=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D5989 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5989 is #F2A676. Grayscale: #474747. Windows color (decimal): -15902327 or 9001229. OLE color: 9001229.
HSL color Cylindrical-coordinate representation of color #0D5989: hue angle of 203.23º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D5989 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 89 | 137 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.46 |
| HSL | 203.23º | 0.83% | 0.29% | - |
| HSV(B) | 203.23º | 0.91% | 0.54% | - |
| XYZ | 8.25 | 9.04 | 24.98 | - |
| YUV | 71.75 | 164.82 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 89 | 137 | 0.91 | 0.35 | 0 | 0.46 | 203.23 | 0.83 | 0.29 |
| Hex | D | 59 | 89 | 5B | 23 | 0 | 2E | CB | 53 | 1D |
| Octal | 15 | 131 | 211 | 133 | 43 | 0 | 56 | 313 | 123 | 35 |
| Binary | 1101 | 1011001 | 10001001 | 1011011 | 100011 | 0 | 101110 | 11001011 | 1010011 | 11101 |
Color Harmonies of #0D5989
Complementary color
Monochromatic Colors of #0D5989
Black with #0D5989
Text Example
Text Example
White with #0D5989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5989; }
p { color: rgb(13,89,137); }
H1.HeaderClassName
{
color: #0D5989;
}
.AnyTagClassName
{
color: #0D5989;
}
</style>
background-color css
<style>
a { background-color: #0D5989; }
a { background-color: rgb(13,89,137); }
div.DivClassName
{
background-color: #0D5989;
}
.BgClassName
{
background-color: #0D5989;
}
</style>
border-color css
<style>
span { border-color: #0D5989; }
span { border-color: rgb(13,89,137); }
td.TdClassName
{
border-color: #0D5989;
}
.TagClassName
{
border-color: #0D5989;
}
</style>