Shades of Dark Cerulean #0D588D
Tints of Dark Cerulean #0D588D
RGB
CMYK
RGB Variations
Color information
#0D588D (or 0x0D588D) is known color: Dark Cerulean. HEX triplet: 0D, 58 and 8D. RGB value is (13,88,141). Sum of RGB (Red+Green+Blue) = 13+88+141=242 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.37% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #0D588D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D588D is #F2A772. Grayscale: #474747. Windows color (decimal): -15902579 or 9263117. OLE color: 9263117.
HSL color Cylindrical-coordinate representation of color #0D588D: hue angle of 204.84º 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 #0D588D is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 88 | 141 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.45 |
| HSL | 204.84º | 0.83% | 0.3% | - |
| HSV(B) | 204.84º | 0.91% | 0.55% | - |
| XYZ | 8.46 | 8.99 | 26.49 | - |
| YUV | 71.62 | 167.15 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 88 | 141 | 0.91 | 0.38 | 0 | 0.45 | 204.84 | 0.83 | 0.3 |
| Hex | D | 58 | 8D | 5B | 26 | 0 | 2D | CD | 53 | 1E |
| Octal | 15 | 130 | 215 | 133 | 46 | 0 | 55 | 315 | 123 | 36 |
| Binary | 1101 | 1011000 | 10001101 | 1011011 | 100110 | 0 | 101101 | 11001101 | 1010011 | 11110 |
Color Harmonies of #0D588D
Complementary color
Monochromatic Colors of #0D588D
Black with #0D588D
Text Example
Text Example
White with #0D588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D588D; }
p { color: rgb(13,88,141); }
H1.HeaderClassName
{
color: #0D588D;
}
.AnyTagClassName
{
color: #0D588D;
}
</style>
background-color css
<style>
a { background-color: #0D588D; }
a { background-color: rgb(13,88,141); }
div.DivClassName
{
background-color: #0D588D;
}
.BgClassName
{
background-color: #0D588D;
}
</style>
border-color css
<style>
span { border-color: #0D588D; }
span { border-color: rgb(13,88,141); }
td.TdClassName
{
border-color: #0D588D;
}
.TagClassName
{
border-color: #0D588D;
}
</style>