Shades of Dark Cerulean #0D538B
Tints of Dark Cerulean #0D538B
RGB
CMYK
RGB Variations
Color information
#0D538B (or 0x0D538B) is known color: Dark Cerulean. HEX triplet: 0D, 53 and 8B. RGB value is (13,83,139). Sum of RGB (Red+Green+Blue) = 13+83+139=235 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.53% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #0D538B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D538B is #F2AC74. Grayscale: #444444. Windows color (decimal): -15903861 or 9130765. OLE color: 9130765.
HSL color Cylindrical-coordinate representation of color #0D538B: hue angle of 206.67º 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 #0D538B is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 13 | 83 | 139 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.45 |
| HSL | 206.67º | 0.83% | 0.3% | - |
| HSV(B) | 206.67º | 0.91% | 0.55% | - |
| XYZ | 7.92 | 8.14 | 25.58 | - |
| YUV | 68.45 | 167.81 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 83 | 139 | 0.91 | 0.40 | 0 | 0.45 | 206.67 | 0.83 | 0.3 |
| Hex | D | 53 | 8B | 5B | 28 | 0 | 2D | CF | 53 | 1E |
| Octal | 15 | 123 | 213 | 133 | 50 | 0 | 55 | 317 | 123 | 36 |
| Binary | 1101 | 1010011 | 10001011 | 1011011 | 101000 | 0 | 101101 | 11001111 | 1010011 | 11110 |
Color Harmonies of #0D538B
Complementary color
Monochromatic Colors of #0D538B
Black with #0D538B
Text Example
Text Example
White with #0D538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D538B; }
p { color: rgb(13,83,139); }
H1.HeaderClassName
{
color: #0D538B;
}
.AnyTagClassName
{
color: #0D538B;
}
</style>
background-color css
<style>
a { background-color: #0D538B; }
a { background-color: rgb(13,83,139); }
div.DivClassName
{
background-color: #0D538B;
}
.BgClassName
{
background-color: #0D538B;
}
</style>
border-color css
<style>
span { border-color: #0D538B; }
span { border-color: rgb(13,83,139); }
td.TdClassName
{
border-color: #0D538B;
}
.TagClassName
{
border-color: #0D538B;
}
</style>