Shades of Dark Cerulean #0D4185
Tints of Dark Cerulean #0D4185
RGB
CMYK
RGB Variations
Color information
#0D4185 (or 0x0D4185) is known color: Dark Cerulean. HEX triplet: 0D, 41 and 85. RGB value is (13,65,133). Sum of RGB (Red+Green+Blue) = 13+65+133=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D4185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4185 is #F2BE7A. Grayscale: #383838. Windows color (decimal): -15908475 or 8732941. OLE color: 8732941.
HSL color Cylindrical-coordinate representation of color #0D4185: hue angle of 214º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D4185 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 65 | 133 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.48 |
| HSL | 214º | 0.82% | 0.29% | - |
| HSV(B) | 214º | 0.9% | 0.52% | - |
| XYZ | 6.29 | 5.56 | 22.93 | - |
| YUV | 57.2 | 170.77 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 65 | 133 | 0.90 | 0.51 | 0 | 0.48 | 214 | 0.82 | 0.29 |
| Hex | D | 41 | 85 | 5A | 33 | 0 | 30 | D6 | 52 | 1D |
| Octal | 15 | 101 | 205 | 132 | 63 | 0 | 60 | 326 | 122 | 35 |
| Binary | 1101 | 1000001 | 10000101 | 1011010 | 110011 | 0 | 110000 | 11010110 | 1010010 | 11101 |
Color Harmonies of #0D4185
Complementary color
Monochromatic Colors of #0D4185
Black with #0D4185
Text Example
Text Example
White with #0D4185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4185; }
p { color: rgb(13,65,133); }
H1.HeaderClassName
{
color: #0D4185;
}
.AnyTagClassName
{
color: #0D4185;
}
</style>
background-color css
<style>
a { background-color: #0D4185; }
a { background-color: rgb(13,65,133); }
div.DivClassName
{
background-color: #0D4185;
}
.BgClassName
{
background-color: #0D4185;
}
</style>
border-color css
<style>
span { border-color: #0D4185; }
span { border-color: rgb(13,65,133); }
td.TdClassName
{
border-color: #0D4185;
}
.TagClassName
{
border-color: #0D4185;
}
</style>