Shades of Dark Cerulean #0D3777
Tints of Dark Cerulean #0D3777
RGB
CMYK
RGB Variations
Color information
#0D3777 (or 0x0D3777) is known color: Dark Cerulean. HEX triplet: 0D, 37 and 77. RGB value is (13,55,119). Sum of RGB (Red+Green+Blue) = 13+55+119=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #0D3777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3777 is #F2C888. Grayscale: #313131. Windows color (decimal): -15911049 or 7812877. OLE color: 7812877.
HSL color Cylindrical-coordinate representation of color #0D3777: hue angle of 216.23º 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 #0D3777 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 55 | 119 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.53 |
| HSL | 216.23º | 0.8% | 0.26% | - |
| HSV(B) | 216.23º | 0.89% | 0.47% | - |
| XYZ | 4.86 | 4.15 | 18 | - |
| YUV | 49.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 55 | 119 | 0.89 | 0.54 | 0 | 0.53 | 216.23 | 0.8 | 0.26 |
| Hex | D | 37 | 77 | 59 | 36 | 0 | 35 | D8 | 50 | 1A |
| Octal | 15 | 67 | 167 | 131 | 66 | 0 | 65 | 330 | 120 | 32 |
| Binary | 1101 | 110111 | 1110111 | 1011001 | 110110 | 0 | 110101 | 11011000 | 1010000 | 11010 |
Color Harmonies of #0D3777
Complementary color
Monochromatic Colors of #0D3777
Black with #0D3777
Text Example
Text Example
White with #0D3777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3777; }
p { color: rgb(13,55,119); }
H1.HeaderClassName
{
color: #0D3777;
}
.AnyTagClassName
{
color: #0D3777;
}
</style>
background-color css
<style>
a { background-color: #0D3777; }
a { background-color: rgb(13,55,119); }
div.DivClassName
{
background-color: #0D3777;
}
.BgClassName
{
background-color: #0D3777;
}
</style>
border-color css
<style>
span { border-color: #0D3777; }
span { border-color: rgb(13,55,119); }
td.TdClassName
{
border-color: #0D3777;
}
.TagClassName
{
border-color: #0D3777;
}
</style>