Shades of Dark Cerulean #0D4779
Tints of Dark Cerulean #0D4779
RGB
CMYK
RGB Variations
Color information
#0D4779 (or 0x0D4779) is known color: Dark Cerulean. HEX triplet: 0D, 47 and 79. RGB value is (13,71,121). Sum of RGB (Red+Green+Blue) = 13+71+121=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #0D4779 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4779 is #F2B886. Grayscale: #3B3B3B. Windows color (decimal): -15906951 or 7948045. OLE color: 7948045.
HSL color Cylindrical-coordinate representation of color #0D4779: hue angle of 207.78º degrees, saturation: 0.81, 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 #0D4779 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 71 | 121 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.53 |
| HSL | 207.78º | 0.81% | 0.26% | - |
| HSV(B) | 207.78º | 0.89% | 0.47% | - |
| XYZ | 5.87 | 5.97 | 18.93 | - |
| YUV | 59.36 | 162.78 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 71 | 121 | 0.89 | 0.41 | 0 | 0.53 | 207.78 | 0.81 | 0.26 |
| Hex | D | 47 | 79 | 59 | 29 | 0 | 35 | D0 | 51 | 1A |
| Octal | 15 | 107 | 171 | 131 | 51 | 0 | 65 | 320 | 121 | 32 |
| Binary | 1101 | 1000111 | 1111001 | 1011001 | 101001 | 0 | 110101 | 11010000 | 1010001 | 11010 |
Color Harmonies of #0D4779
Complementary color
Monochromatic Colors of #0D4779
Black with #0D4779
Text Example
Text Example
White with #0D4779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4779; }
p { color: rgb(13,71,121); }
H1.HeaderClassName
{
color: #0D4779;
}
.AnyTagClassName
{
color: #0D4779;
}
</style>
background-color css
<style>
a { background-color: #0D4779; }
a { background-color: rgb(13,71,121); }
div.DivClassName
{
background-color: #0D4779;
}
.BgClassName
{
background-color: #0D4779;
}
</style>
border-color css
<style>
span { border-color: #0D4779; }
span { border-color: rgb(13,71,121); }
td.TdClassName
{
border-color: #0D4779;
}
.TagClassName
{
border-color: #0D4779;
}
</style>