Shades of Dark Cerulean #0D3677
Tints of Dark Cerulean #0D3677
RGB
CMYK
RGB Variations
Color information
#0D3677 (or 0x0D3677) is known color: Dark Cerulean. HEX triplet: 0D, 36 and 77. RGB value is (13,54,119). Sum of RGB (Red+Green+Blue) = 13+54+119=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #0D3677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3677 is #F2C988. Grayscale: #303030. Windows color (decimal): -15911305 or 7812621. OLE color: 7812621.
HSL color Cylindrical-coordinate representation of color #0D3677: hue angle of 216.79º degrees, saturation: 0.8, 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 #0D3677 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 54 | 119 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.53 |
| HSL | 216.79º | 0.8% | 0.26% | - |
| HSV(B) | 216.79º | 0.89% | 0.47% | - |
| XYZ | 4.81 | 4.06 | 17.98 | - |
| YUV | 49.15 | 167.42 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 119 | 0.89 | 0.55 | 0 | 0.53 | 216.79 | 0.8 | 0.26 |
| Hex | D | 36 | 77 | 59 | 37 | 0 | 35 | D9 | 50 | 1A |
| Octal | 15 | 66 | 167 | 131 | 67 | 0 | 65 | 331 | 120 | 32 |
| Binary | 1101 | 110110 | 1110111 | 1011001 | 110111 | 0 | 110101 | 11011001 | 1010000 | 11010 |
Color Harmonies of #0D3677
Complementary color
Monochromatic Colors of #0D3677
Black with #0D3677
Text Example
Text Example
White with #0D3677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3677; }
p { color: rgb(13,54,119); }
H1.HeaderClassName
{
color: #0D3677;
}
.AnyTagClassName
{
color: #0D3677;
}
</style>
background-color css
<style>
a { background-color: #0D3677; }
a { background-color: rgb(13,54,119); }
div.DivClassName
{
background-color: #0D3677;
}
.BgClassName
{
background-color: #0D3677;
}
</style>
border-color css
<style>
span { border-color: #0D3677; }
span { border-color: rgb(13,54,119); }
td.TdClassName
{
border-color: #0D3677;
}
.TagClassName
{
border-color: #0D3677;
}
</style>