Shades of Dark Cerulean #0D508B
Tints of Dark Cerulean #0D508B
RGB
CMYK
RGB Variations
Color information
#0D508B (or 0x0D508B) is known color: Dark Cerulean. HEX triplet: 0D, 50 and 8B. RGB value is (13,80,139). Sum of RGB (Red+Green+Blue) = 13+80+139=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D508B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D508B is #F2AF74. Grayscale: #424242. Windows color (decimal): -15904629 or 9129997. OLE color: 9129997.
HSL color Cylindrical-coordinate representation of color #0D508B: hue angle of 208.1º 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 #0D508B is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 80 | 139 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.45 |
| HSL | 208.1º | 0.83% | 0.3% | - |
| HSV(B) | 208.1º | 0.91% | 0.55% | - |
| XYZ | 7.69 | 7.69 | 25.5 | - |
| YUV | 66.69 | 168.8 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 80 | 139 | 0.91 | 0.42 | 0 | 0.45 | 208.1 | 0.83 | 0.3 |
| Hex | D | 50 | 8B | 5B | 2A | 0 | 2D | D0 | 53 | 1E |
| Octal | 15 | 120 | 213 | 133 | 52 | 0 | 55 | 320 | 123 | 36 |
| Binary | 1101 | 1010000 | 10001011 | 1011011 | 101010 | 0 | 101101 | 11010000 | 1010011 | 11110 |
Color Harmonies of #0D508B
Complementary color
Monochromatic Colors of #0D508B
Black with #0D508B
Text Example
Text Example
White with #0D508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D508B; }
p { color: rgb(13,80,139); }
H1.HeaderClassName
{
color: #0D508B;
}
.AnyTagClassName
{
color: #0D508B;
}
</style>
background-color css
<style>
a { background-color: #0D508B; }
a { background-color: rgb(13,80,139); }
div.DivClassName
{
background-color: #0D508B;
}
.BgClassName
{
background-color: #0D508B;
}
</style>
border-color css
<style>
span { border-color: #0D508B; }
span { border-color: rgb(13,80,139); }
td.TdClassName
{
border-color: #0D508B;
}
.TagClassName
{
border-color: #0D508B;
}
</style>