Shades of Dark Cerulean #0D4778
Tints of Dark Cerulean #0D4778
RGB
CMYK
RGB Variations
Color information
#0D4778 (or 0x0D4778) is known color: Dark Cerulean. HEX triplet: 0D, 47 and 78. RGB value is (13,71,120). Sum of RGB (Red+Green+Blue) = 13+71+120=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #0D4778 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4778 is #F2B887. Grayscale: #3A3A3A. Windows color (decimal): -15906952 or 7882509. OLE color: 7882509.
HSL color Cylindrical-coordinate representation of color #0D4778: hue angle of 207.48º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D4778 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 71 | 120 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.53 |
| HSL | 207.48º | 0.8% | 0.26% | - |
| HSV(B) | 207.48º | 0.89% | 0.47% | - |
| XYZ | 5.81 | 5.95 | 18.61 | - |
| YUV | 59.24 | 162.28 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 71 | 120 | 0.89 | 0.41 | 0 | 0.53 | 207.48 | 0.8 | 0.26 |
| Hex | D | 47 | 78 | 59 | 29 | 0 | 35 | CF | 50 | 1A |
| Octal | 15 | 107 | 170 | 131 | 51 | 0 | 65 | 317 | 120 | 32 |
| Binary | 1101 | 1000111 | 1111000 | 1011001 | 101001 | 0 | 110101 | 11001111 | 1010000 | 11010 |
Color Harmonies of #0D4778
Complementary color
Monochromatic Colors of #0D4778
Black with #0D4778
Text Example
Text Example
White with #0D4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4778; }
p { color: rgb(13,71,120); }
H1.HeaderClassName
{
color: #0D4778;
}
.AnyTagClassName
{
color: #0D4778;
}
</style>
background-color css
<style>
a { background-color: #0D4778; }
a { background-color: rgb(13,71,120); }
div.DivClassName
{
background-color: #0D4778;
}
.BgClassName
{
background-color: #0D4778;
}
</style>
border-color css
<style>
span { border-color: #0D4778; }
span { border-color: rgb(13,71,120); }
td.TdClassName
{
border-color: #0D4778;
}
.TagClassName
{
border-color: #0D4778;
}
</style>