Shades of Dark Cerulean #0D377C
Tints of Dark Cerulean #0D377C
RGB
CMYK
RGB Variations
Color information
#0D377C (or 0x0D377C) is known color: Dark Cerulean. HEX triplet: 0D, 37 and 7C. RGB value is (13,55,124). Sum of RGB (Red+Green+Blue) = 13+55+124=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #0D377C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D377C is #F2C883. Grayscale: #313131. Windows color (decimal): -15911044 or 8140557. OLE color: 8140557.
HSL color Cylindrical-coordinate representation of color #0D377C: hue angle of 217.3º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D377C is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 55 | 124 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.51 |
| HSL | 217.3º | 0.81% | 0.27% | - |
| HSV(B) | 217.3º | 0.9% | 0.49% | - |
| XYZ | 5.17 | 4.27 | 19.62 | - |
| YUV | 50.31 | 169.59 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 55 | 124 | 0.90 | 0.56 | 0 | 0.51 | 217.3 | 0.81 | 0.27 |
| Hex | D | 37 | 7C | 5A | 38 | 0 | 33 | D9 | 51 | 1B |
| Octal | 15 | 67 | 174 | 132 | 70 | 0 | 63 | 331 | 121 | 33 |
| Binary | 1101 | 110111 | 1111100 | 1011010 | 111000 | 0 | 110011 | 11011001 | 1010001 | 11011 |
Color Harmonies of #0D377C
Complementary color
Monochromatic Colors of #0D377C
Black with #0D377C
Text Example
Text Example
White with #0D377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D377C; }
p { color: rgb(13,55,124); }
H1.HeaderClassName
{
color: #0D377C;
}
.AnyTagClassName
{
color: #0D377C;
}
</style>
background-color css
<style>
a { background-color: #0D377C; }
a { background-color: rgb(13,55,124); }
div.DivClassName
{
background-color: #0D377C;
}
.BgClassName
{
background-color: #0D377C;
}
</style>
border-color css
<style>
span { border-color: #0D377C; }
span { border-color: rgb(13,55,124); }
td.TdClassName
{
border-color: #0D377C;
}
.TagClassName
{
border-color: #0D377C;
}
</style>