Shades of Dark Cerulean #0D3A84
Tints of Dark Cerulean #0D3A84
RGB
CMYK
RGB Variations
Color information
#0D3A84 (or 0x0D3A84) is known color: Dark Cerulean. HEX triplet: 0D, 3A and 84. RGB value is (13,58,132). Sum of RGB (Red+Green+Blue) = 13+58+132=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 132 (51.95% from 255 or 65.02% from 203); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D3A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3A84 is #F2C57B. Grayscale: #343434. Windows color (decimal): -15910268 or 8665613. OLE color: 8665613.
HSL color Cylindrical-coordinate representation of color #0D3A84: hue angle of 217.31º 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 #0D3A84 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 13 | 58 | 132 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.48 |
| HSL | 217.31º | 0.82% | 0.28% | - |
| HSV(B) | 217.31º | 0.9% | 0.52% | - |
| XYZ | 5.84 | 4.78 | 22.44 | - |
| YUV | 52.98 | 172.59 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 58 | 132 | 0.90 | 0.56 | 0 | 0.48 | 217.31 | 0.82 | 0.28 |
| Hex | D | 3A | 84 | 5A | 38 | 0 | 30 | D9 | 52 | 1C |
| Octal | 15 | 72 | 204 | 132 | 70 | 0 | 60 | 331 | 122 | 34 |
| Binary | 1101 | 111010 | 10000100 | 1011010 | 111000 | 0 | 110000 | 11011001 | 1010010 | 11100 |
Color Harmonies of #0D3A84
Complementary color
Monochromatic Colors of #0D3A84
Black with #0D3A84
Text Example
Text Example
White with #0D3A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3A84; }
p { color: rgb(13,58,132); }
H1.HeaderClassName
{
color: #0D3A84;
}
.AnyTagClassName
{
color: #0D3A84;
}
</style>
background-color css
<style>
a { background-color: #0D3A84; }
a { background-color: rgb(13,58,132); }
div.DivClassName
{
background-color: #0D3A84;
}
.BgClassName
{
background-color: #0D3A84;
}
</style>
border-color css
<style>
span { border-color: #0D3A84; }
span { border-color: rgb(13,58,132); }
td.TdClassName
{
border-color: #0D3A84;
}
.TagClassName
{
border-color: #0D3A84;
}
</style>