Shades of Dark Cerulean #0D357D
Tints of Dark Cerulean #0D357D
RGB
CMYK
RGB Variations
Color information
#0D357D (or 0x0D357D) is known color: Dark Cerulean. HEX triplet: 0D, 35 and 7D. RGB value is (13,53,125). Sum of RGB (Red+Green+Blue) = 13+53+125=191 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.81% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 125 (49.22% from 255 or 65.45% from 191); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D357D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D357D is #F2CA82. Grayscale: #303030. Windows color (decimal): -15911555 or 8205581. OLE color: 8205581.
HSL color Cylindrical-coordinate representation of color #0D357D: hue angle of 218.57º 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 #0D357D is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 13 | 53 | 125 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.51 |
| HSL | 218.57º | 0.81% | 0.27% | - |
| HSV(B) | 218.57º | 0.9% | 0.49% | - |
| XYZ | 5.14 | 4.11 | 19.92 | - |
| YUV | 49.25 | 170.75 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 53 | 125 | 0.90 | 0.58 | 0 | 0.51 | 218.57 | 0.81 | 0.27 |
| Hex | D | 35 | 7D | 5A | 3A | 0 | 33 | DB | 51 | 1B |
| Octal | 15 | 65 | 175 | 132 | 72 | 0 | 63 | 333 | 121 | 33 |
| Binary | 1101 | 110101 | 1111101 | 1011010 | 111010 | 0 | 110011 | 11011011 | 1010001 | 11011 |
Color Harmonies of #0D357D
Complementary color
Monochromatic Colors of #0D357D
Black with #0D357D
Text Example
Text Example
White with #0D357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D357D; }
p { color: rgb(13,53,125); }
H1.HeaderClassName
{
color: #0D357D;
}
.AnyTagClassName
{
color: #0D357D;
}
</style>
background-color css
<style>
a { background-color: #0D357D; }
a { background-color: rgb(13,53,125); }
div.DivClassName
{
background-color: #0D357D;
}
.BgClassName
{
background-color: #0D357D;
}
</style>
border-color css
<style>
span { border-color: #0D357D; }
span { border-color: rgb(13,53,125); }
td.TdClassName
{
border-color: #0D357D;
}
.TagClassName
{
border-color: #0D357D;
}
</style>