Shades of Dark Cerulean #0D397B
Tints of Dark Cerulean #0D397B
RGB
CMYK
RGB Variations
Color information
#0D397B (or 0x0D397B) is known color: Dark Cerulean. HEX triplet: 0D, 39 and 7B. RGB value is (13,57,123). Sum of RGB (Red+Green+Blue) = 13+57+123=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #0D397B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D397B is #F2C684. Grayscale: #333333. Windows color (decimal): -15910533 or 8075533. OLE color: 8075533.
HSL color Cylindrical-coordinate representation of color #0D397B: hue angle of 216º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D397B is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 13 | 57 | 123 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.52 |
| HSL | 216º | 0.81% | 0.27% | - |
| HSV(B) | 216º | 0.89% | 0.48% | - |
| XYZ | 5.2 | 4.44 | 19.32 | - |
| YUV | 51.37 | 168.42 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 57 | 123 | 0.89 | 0.54 | 0 | 0.52 | 216 | 0.81 | 0.27 |
| Hex | D | 39 | 7B | 59 | 36 | 0 | 34 | D8 | 51 | 1B |
| Octal | 15 | 71 | 173 | 131 | 66 | 0 | 64 | 330 | 121 | 33 |
| Binary | 1101 | 111001 | 1111011 | 1011001 | 110110 | 0 | 110100 | 11011000 | 1010001 | 11011 |
Color Harmonies of #0D397B
Complementary color
Monochromatic Colors of #0D397B
Black with #0D397B
Text Example
Text Example
White with #0D397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D397B; }
p { color: rgb(13,57,123); }
H1.HeaderClassName
{
color: #0D397B;
}
.AnyTagClassName
{
color: #0D397B;
}
</style>
background-color css
<style>
a { background-color: #0D397B; }
a { background-color: rgb(13,57,123); }
div.DivClassName
{
background-color: #0D397B;
}
.BgClassName
{
background-color: #0D397B;
}
</style>
border-color css
<style>
span { border-color: #0D397B; }
span { border-color: rgb(13,57,123); }
td.TdClassName
{
border-color: #0D397B;
}
.TagClassName
{
border-color: #0D397B;
}
</style>