Shades of Dark Cerulean #113C72
Tints of Dark Cerulean #113C72
RGB
CMYK
RGB Variations
Color information
#113C72 (or 0x113C72) is known color: Dark Cerulean. HEX triplet: 11, 3C and 72. RGB value is (17,60,114). Sum of RGB (Red+Green+Blue) = 17+60+114=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #113C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C72 is #EEC38D. Grayscale: #353535. Windows color (decimal): -15647630 or 7486481. OLE color: 7486481.
HSL color Cylindrical-coordinate representation of color #113C72: hue angle of 213.4º 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 #113C72 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 60 | 114 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.55 |
| HSL | 213.4º | 0.74% | 0.26% | - |
| HSV(B) | 213.4º | 0.85% | 0.45% | - |
| XYZ | 4.88 | 4.57 | 16.54 | - |
| YUV | 53.3 | 162.25 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 114 | 0.85 | 0.47 | 0 | 0.55 | 213.4 | 0.74 | 0.26 |
| Hex | 11 | 3C | 72 | 55 | 2F | 0 | 37 | D5 | 4A | 1A |
| Octal | 21 | 74 | 162 | 125 | 57 | 0 | 67 | 325 | 112 | 32 |
| Binary | 10001 | 111100 | 1110010 | 1010101 | 101111 | 0 | 110111 | 11010101 | 1001010 | 11010 |
Color Harmonies of #113C72
Complementary color
Monochromatic Colors of #113C72
Black with #113C72
Text Example
Text Example
White with #113C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C72; }
p { color: rgb(17,60,114); }
H1.HeaderClassName
{
color: #113C72;
}
.AnyTagClassName
{
color: #113C72;
}
</style>
background-color css
<style>
a { background-color: #113C72; }
a { background-color: rgb(17,60,114); }
div.DivClassName
{
background-color: #113C72;
}
.BgClassName
{
background-color: #113C72;
}
</style>
border-color css
<style>
span { border-color: #113C72; }
span { border-color: rgb(17,60,114); }
td.TdClassName
{
border-color: #113C72;
}
.TagClassName
{
border-color: #113C72;
}
</style>