Shades of Dark Cerulean #0D4F95
Tints of Dark Cerulean #0D4F95
RGB
CMYK
RGB Variations
Color information
#0D4F95 (or 0x0D4F95) is known color: Dark Cerulean. HEX triplet: 0D, 4F and 95. RGB value is (13,79,149). Sum of RGB (Red+Green+Blue) = 13+79+149=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D4F95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D4F95 is #F2B06A. Grayscale: #424242. Windows color (decimal): -15904875 or 9785101. OLE color: 9785101.
HSL color Cylindrical-coordinate representation of color #0D4F95: hue angle of 210.88º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D4F95 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 79 | 149 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.42 |
| HSL | 210.88º | 0.84% | 0.32% | - |
| HSV(B) | 210.88º | 0.91% | 0.58% | - |
| XYZ | 8.39 | 7.85 | 29.51 | - |
| YUV | 67.25 | 174.13 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 79 | 149 | 0.91 | 0.47 | 0 | 0.42 | 210.88 | 0.84 | 0.32 |
| Hex | D | 4F | 95 | 5B | 2F | 0 | 2A | D3 | 54 | 20 |
| Octal | 15 | 117 | 225 | 133 | 57 | 0 | 52 | 323 | 124 | 40 |
| Binary | 1101 | 1001111 | 10010101 | 1011011 | 101111 | 0 | 101010 | 11010011 | 1010100 | 100000 |
Color Harmonies of #0D4F95
Complementary color
Monochromatic Colors of #0D4F95
Black with #0D4F95
Text Example
Text Example
White with #0D4F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4F95; }
p { color: rgb(13,79,149); }
H1.HeaderClassName
{
color: #0D4F95;
}
.AnyTagClassName
{
color: #0D4F95;
}
</style>
background-color css
<style>
a { background-color: #0D4F95; }
a { background-color: rgb(13,79,149); }
div.DivClassName
{
background-color: #0D4F95;
}
.BgClassName
{
background-color: #0D4F95;
}
</style>
border-color css
<style>
span { border-color: #0D4F95; }
span { border-color: rgb(13,79,149); }
td.TdClassName
{
border-color: #0D4F95;
}
.TagClassName
{
border-color: #0D4F95;
}
</style>