Shades of Dark Cerulean #0D397A
Tints of Dark Cerulean #0D397A
RGB
CMYK
RGB Variations
Color information
#0D397A (or 0x0D397A) is known color: Dark Cerulean. HEX triplet: 0D, 39 and 7A. RGB value is (13,57,122). Sum of RGB (Red+Green+Blue) = 13+57+122=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 122 (48.05% from 255 or 63.54% from 192); Max value from RGB is 122 - color contains mainly: blue. Hex color #0D397A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D397A is #F2C685. Grayscale: #323232. Windows color (decimal): -15910534 or 8009997. OLE color: 8009997.
HSL color Cylindrical-coordinate representation of color #0D397A: hue angle of 215.78º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D397A is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 13 | 57 | 122 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.52 |
| HSL | 215.78º | 0.81% | 0.26% | - |
| HSV(B) | 215.78º | 0.89% | 0.48% | - |
| XYZ | 5.14 | 4.42 | 18.99 | - |
| YUV | 51.25 | 167.92 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 57 | 122 | 0.89 | 0.53 | 0 | 0.52 | 215.78 | 0.81 | 0.26 |
| Hex | D | 39 | 7A | 59 | 35 | 0 | 34 | D8 | 51 | 1A |
| Octal | 15 | 71 | 172 | 131 | 65 | 0 | 64 | 330 | 121 | 32 |
| Binary | 1101 | 111001 | 1111010 | 1011001 | 110101 | 0 | 110100 | 11011000 | 1010001 | 11010 |
Color Harmonies of #0D397A
Complementary color
Monochromatic Colors of #0D397A
Black with #0D397A
Text Example
Text Example
White with #0D397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D397A; }
p { color: rgb(13,57,122); }
H1.HeaderClassName
{
color: #0D397A;
}
.AnyTagClassName
{
color: #0D397A;
}
</style>
background-color css
<style>
a { background-color: #0D397A; }
a { background-color: rgb(13,57,122); }
div.DivClassName
{
background-color: #0D397A;
}
.BgClassName
{
background-color: #0D397A;
}
</style>
border-color css
<style>
span { border-color: #0D397A; }
span { border-color: rgb(13,57,122); }
td.TdClassName
{
border-color: #0D397A;
}
.TagClassName
{
border-color: #0D397A;
}
</style>