Shades of Dark Cerulean #0D4A84
Tints of Dark Cerulean #0D4A84
RGB
CMYK
RGB Variations
Color information
#0D4A84 (or 0x0D4A84) is known color: Dark Cerulean. HEX triplet: 0D, 4A and 84. RGB value is (13,74,132). Sum of RGB (Red+Green+Blue) = 13+74+132=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D4A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4A84 is #F2B57B. Grayscale: #3E3E3E. Windows color (decimal): -15906172 or 8669709. OLE color: 8669709.
HSL color Cylindrical-coordinate representation of color #0D4A84: hue angle of 209.24º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D4A84 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 74 | 132 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.48 |
| HSL | 209.24º | 0.82% | 0.28% | - |
| HSV(B) | 209.24º | 0.9% | 0.52% | - |
| XYZ | 6.78 | 6.65 | 22.76 | - |
| YUV | 62.37 | 167.29 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 74 | 132 | 0.90 | 0.44 | 0 | 0.48 | 209.24 | 0.82 | 0.28 |
| Hex | D | 4A | 84 | 5A | 2C | 0 | 30 | D1 | 52 | 1C |
| Octal | 15 | 112 | 204 | 132 | 54 | 0 | 60 | 321 | 122 | 34 |
| Binary | 1101 | 1001010 | 10000100 | 1011010 | 101100 | 0 | 110000 | 11010001 | 1010010 | 11100 |
Color Harmonies of #0D4A84
Complementary color
Monochromatic Colors of #0D4A84
Black with #0D4A84
Text Example
Text Example
White with #0D4A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4A84; }
p { color: rgb(13,74,132); }
H1.HeaderClassName
{
color: #0D4A84;
}
.AnyTagClassName
{
color: #0D4A84;
}
</style>
background-color css
<style>
a { background-color: #0D4A84; }
a { background-color: rgb(13,74,132); }
div.DivClassName
{
background-color: #0D4A84;
}
.BgClassName
{
background-color: #0D4A84;
}
</style>
border-color css
<style>
span { border-color: #0D4A84; }
span { border-color: rgb(13,74,132); }
td.TdClassName
{
border-color: #0D4A84;
}
.TagClassName
{
border-color: #0D4A84;
}
</style>