Shades of Dark Cerulean #0D558B
Tints of Dark Cerulean #0D558B
RGB
CMYK
RGB Variations
Color information
#0D558B (or 0x0D558B) is known color: Dark Cerulean. HEX triplet: 0D, 55 and 8B. RGB value is (13,85,139). Sum of RGB (Red+Green+Blue) = 13+85+139=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D558B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D558B is #F2AA74. Grayscale: #454545. Windows color (decimal): -15903349 or 9131277. OLE color: 9131277.
HSL color Cylindrical-coordinate representation of color #0D558B: hue angle of 205.71º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D558B is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 85 | 139 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.45 |
| HSL | 205.71º | 0.83% | 0.3% | - |
| HSV(B) | 205.71º | 0.91% | 0.55% | - |
| XYZ | 8.07 | 8.45 | 25.63 | - |
| YUV | 69.63 | 167.15 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 85 | 139 | 0.91 | 0.39 | 0 | 0.45 | 205.71 | 0.83 | 0.3 |
| Hex | D | 55 | 8B | 5B | 27 | 0 | 2D | CE | 53 | 1E |
| Octal | 15 | 125 | 213 | 133 | 47 | 0 | 55 | 316 | 123 | 36 |
| Binary | 1101 | 1010101 | 10001011 | 1011011 | 100111 | 0 | 101101 | 11001110 | 1010011 | 11110 |
Color Harmonies of #0D558B
Complementary color
Monochromatic Colors of #0D558B
Black with #0D558B
Text Example
Text Example
White with #0D558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D558B; }
p { color: rgb(13,85,139); }
H1.HeaderClassName
{
color: #0D558B;
}
.AnyTagClassName
{
color: #0D558B;
}
</style>
background-color css
<style>
a { background-color: #0D558B; }
a { background-color: rgb(13,85,139); }
div.DivClassName
{
background-color: #0D558B;
}
.BgClassName
{
background-color: #0D558B;
}
</style>
border-color css
<style>
span { border-color: #0D558B; }
span { border-color: rgb(13,85,139); }
td.TdClassName
{
border-color: #0D558B;
}
.TagClassName
{
border-color: #0D558B;
}
</style>