Shades of Dark Cerulean #113C71
Tints of Dark Cerulean #113C71
RGB
CMYK
RGB Variations
Color information
#113C71 (or 0x113C71) is known color: Dark Cerulean. HEX triplet: 11, 3C and 71. RGB value is (17,60,113). Sum of RGB (Red+Green+Blue) = 17+60+113=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #113C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C71 is #EEC38E. Grayscale: #343434. Windows color (decimal): -15647631 or 7420945. OLE color: 7420945.
HSL color Cylindrical-coordinate representation of color #113C71: hue angle of 213.12º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113C71 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 60 | 113 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.56 |
| HSL | 213.13º | 0.74% | 0.25% | - |
| HSV(B) | 213.13º | 0.85% | 0.44% | - |
| XYZ | 4.83 | 4.54 | 16.25 | - |
| YUV | 53.19 | 161.75 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 113 | 0.85 | 0.47 | 0 | 0.56 | 213.13 | 0.74 | 0.25 |
| Hex | 11 | 3C | 71 | 55 | 2F | 0 | 38 | D5 | 4A | 19 |
| Octal | 21 | 74 | 161 | 125 | 57 | 0 | 70 | 325 | 112 | 31 |
| Binary | 10001 | 111100 | 1110001 | 1010101 | 101111 | 0 | 111000 | 11010101 | 1001010 | 11001 |
Color Harmonies of #113C71
Complementary color
Monochromatic Colors of #113C71
Black with #113C71
Text Example
Text Example
White with #113C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C71; }
p { color: rgb(17,60,113); }
H1.HeaderClassName
{
color: #113C71;
}
.AnyTagClassName
{
color: #113C71;
}
</style>
background-color css
<style>
a { background-color: #113C71; }
a { background-color: rgb(17,60,113); }
div.DivClassName
{
background-color: #113C71;
}
.BgClassName
{
background-color: #113C71;
}
</style>
border-color css
<style>
span { border-color: #113C71; }
span { border-color: rgb(17,60,113); }
td.TdClassName
{
border-color: #113C71;
}
.TagClassName
{
border-color: #113C71;
}
</style>