Shades of Dark Cerulean #0D4482
Tints of Dark Cerulean #0D4482
RGB
CMYK
RGB Variations
Color information
#0D4482 (or 0x0D4482) is known color: Dark Cerulean. HEX triplet: 0D, 44 and 82. RGB value is (13,68,130). Sum of RGB (Red+Green+Blue) = 13+68+130=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #0D4482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4482 is #F2BB7D. Grayscale: #3A3A3A. Windows color (decimal): -15907710 or 8537101. OLE color: 8537101.
HSL color Cylindrical-coordinate representation of color #0D4482: hue angle of 211.79º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D4482 is Cyan = 0.9, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 68 | 130 | - |
| CMYK | 0.9 | 0.48 | 0 | 0.49 |
| HSL | 211.79º | 0.82% | 0.28% | - |
| HSV(B) | 211.79º | 0.9% | 0.51% | - |
| XYZ | 6.26 | 5.83 | 21.91 | - |
| YUV | 58.62 | 168.28 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 68 | 130 | 0.9 | 0.48 | 0 | 0.49 | 211.79 | 0.82 | 0.28 |
| Hex | D | 44 | 82 | 5A | 30 | 0 | 31 | D4 | 52 | 1C |
| Octal | 15 | 104 | 202 | 132 | 60 | 0 | 61 | 324 | 122 | 34 |
| Binary | 1101 | 1000100 | 10000010 | 1011010 | 110000 | 0 | 110001 | 11010100 | 1010010 | 11100 |
Color Harmonies of #0D4482
Complementary color
Monochromatic Colors of #0D4482
Black with #0D4482
Text Example
Text Example
White with #0D4482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4482; }
p { color: rgb(13,68,130); }
H1.HeaderClassName
{
color: #0D4482;
}
.AnyTagClassName
{
color: #0D4482;
}
</style>
background-color css
<style>
a { background-color: #0D4482; }
a { background-color: rgb(13,68,130); }
div.DivClassName
{
background-color: #0D4482;
}
.BgClassName
{
background-color: #0D4482;
}
</style>
border-color css
<style>
span { border-color: #0D4482; }
span { border-color: rgb(13,68,130); }
td.TdClassName
{
border-color: #0D4482;
}
.TagClassName
{
border-color: #0D4482;
}
</style>