Shades of Dark Cerulean #0D3676
Tints of Dark Cerulean #0D3676
RGB
CMYK
RGB Variations
Color information
#0D3676 (or 0x0D3676) is known color: Dark Cerulean. HEX triplet: 0D, 36 and 76. RGB value is (13,54,118). Sum of RGB (Red+Green+Blue) = 13+54+118=185 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.03% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 118 (46.48% from 255 or 63.78% from 185); Max value from RGB is 118 - color contains mainly: blue. Hex color #0D3676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3676 is #F2C989. Grayscale: #303030. Windows color (decimal): -15911306 or 7747085. OLE color: 7747085.
HSL color Cylindrical-coordinate representation of color #0D3676: hue angle of 216.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D3676 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 13 | 54 | 118 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.54 |
| HSL | 216.57º | 0.8% | 0.26% | - |
| HSV(B) | 216.57º | 0.89% | 0.46% | - |
| XYZ | 4.76 | 4.03 | 17.67 | - |
| YUV | 49.04 | 166.92 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 118 | 0.89 | 0.54 | 0 | 0.54 | 216.57 | 0.8 | 0.26 |
| Hex | D | 36 | 76 | 59 | 36 | 0 | 36 | D9 | 50 | 1A |
| Octal | 15 | 66 | 166 | 131 | 66 | 0 | 66 | 331 | 120 | 32 |
| Binary | 1101 | 110110 | 1110110 | 1011001 | 110110 | 0 | 110110 | 11011001 | 1010000 | 11010 |
Color Harmonies of #0D3676
Complementary color
Monochromatic Colors of #0D3676
Black with #0D3676
Text Example
Text Example
White with #0D3676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3676; }
p { color: rgb(13,54,118); }
H1.HeaderClassName
{
color: #0D3676;
}
.AnyTagClassName
{
color: #0D3676;
}
</style>
background-color css
<style>
a { background-color: #0D3676; }
a { background-color: rgb(13,54,118); }
div.DivClassName
{
background-color: #0D3676;
}
.BgClassName
{
background-color: #0D3676;
}
</style>
border-color css
<style>
span { border-color: #0D3676; }
span { border-color: rgb(13,54,118); }
td.TdClassName
{
border-color: #0D3676;
}
.TagClassName
{
border-color: #0D3676;
}
</style>