Shades of Dark Cerulean #113D72
Tints of Dark Cerulean #113D72
RGB
CMYK
RGB Variations
Color information
#113D72 (or 0x113D72) is known color: Dark Cerulean. HEX triplet: 11, 3D and 72. RGB value is (17,61,114). Sum of RGB (Red+Green+Blue) = 17+61+114=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #113D72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D72 is #EEC28D. Grayscale: #353535. Windows color (decimal): -15647374 or 7486737. OLE color: 7486737.
HSL color Cylindrical-coordinate representation of color #113D72: hue angle of 212.78º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113D72 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 61 | 114 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.55 |
| HSL | 212.78º | 0.74% | 0.26% | - |
| HSV(B) | 212.78º | 0.85% | 0.45% | - |
| XYZ | 4.94 | 4.67 | 16.56 | - |
| YUV | 53.89 | 161.92 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 114 | 0.85 | 0.46 | 0 | 0.55 | 212.78 | 0.74 | 0.26 |
| Hex | 11 | 3D | 72 | 55 | 2E | 0 | 37 | D5 | 4A | 1A |
| Octal | 21 | 75 | 162 | 125 | 56 | 0 | 67 | 325 | 112 | 32 |
| Binary | 10001 | 111101 | 1110010 | 1010101 | 101110 | 0 | 110111 | 11010101 | 1001010 | 11010 |
Color Harmonies of #113D72
Complementary color
Monochromatic Colors of #113D72
Black with #113D72
Text Example
Text Example
White with #113D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D72; }
p { color: rgb(17,61,114); }
H1.HeaderClassName
{
color: #113D72;
}
.AnyTagClassName
{
color: #113D72;
}
</style>
background-color css
<style>
a { background-color: #113D72; }
a { background-color: rgb(17,61,114); }
div.DivClassName
{
background-color: #113D72;
}
.BgClassName
{
background-color: #113D72;
}
</style>
border-color css
<style>
span { border-color: #113D72; }
span { border-color: rgb(17,61,114); }
td.TdClassName
{
border-color: #113D72;
}
.TagClassName
{
border-color: #113D72;
}
</style>