Shades of Dark Cerulean #0D4F85
Tints of Dark Cerulean #0D4F85
RGB
CMYK
RGB Variations
Color information
#0D4F85 (or 0x0D4F85) is known color: Dark Cerulean. HEX triplet: 0D, 4F and 85. RGB value is (13,79,133). Sum of RGB (Red+Green+Blue) = 13+79+133=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #0D4F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D4F85 is #F2B07A. Grayscale: #414141. Windows color (decimal): -15904891 or 8736525. OLE color: 8736525.
HSL color Cylindrical-coordinate representation of color #0D4F85: hue angle of 207º 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 #0D4F85 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 79 | 133 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.48 |
| HSL | 207º | 0.82% | 0.29% | - |
| HSV(B) | 207º | 0.9% | 0.52% | - |
| XYZ | 7.2 | 7.37 | 23.23 | - |
| YUV | 65.42 | 166.13 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 79 | 133 | 0.90 | 0.41 | 0 | 0.48 | 207 | 0.82 | 0.29 |
| Hex | D | 4F | 85 | 5A | 29 | 0 | 30 | CF | 52 | 1D |
| Octal | 15 | 117 | 205 | 132 | 51 | 0 | 60 | 317 | 122 | 35 |
| Binary | 1101 | 1001111 | 10000101 | 1011010 | 101001 | 0 | 110000 | 11001111 | 1010010 | 11101 |
Color Harmonies of #0D4F85
Complementary color
Monochromatic Colors of #0D4F85
Black with #0D4F85
Text Example
Text Example
White with #0D4F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4F85; }
p { color: rgb(13,79,133); }
H1.HeaderClassName
{
color: #0D4F85;
}
.AnyTagClassName
{
color: #0D4F85;
}
</style>
background-color css
<style>
a { background-color: #0D4F85; }
a { background-color: rgb(13,79,133); }
div.DivClassName
{
background-color: #0D4F85;
}
.BgClassName
{
background-color: #0D4F85;
}
</style>
border-color css
<style>
span { border-color: #0D4F85; }
span { border-color: rgb(13,79,133); }
td.TdClassName
{
border-color: #0D4F85;
}
.TagClassName
{
border-color: #0D4F85;
}
</style>