Shades of Dark Cerulean #113F76
Tints of Dark Cerulean #113F76
RGB
CMYK
RGB Variations
Color information
#113F76 (or 0x113F76) is known color: Dark Cerulean. HEX triplet: 11, 3F and 76. RGB value is (17,63,118). Sum of RGB (Red+Green+Blue) = 17+63+118=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #113F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F76 is #EEC089. Grayscale: #373737. Windows color (decimal): -15646858 or 7749393. OLE color: 7749393.
HSL color Cylindrical-coordinate representation of color #113F76: hue angle of 212.67º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113F76 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 63 | 118 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.54 |
| HSL | 212.67º | 0.75% | 0.26% | - |
| HSV(B) | 212.67º | 0.86% | 0.46% | - |
| XYZ | 5.28 | 4.98 | 17.82 | - |
| YUV | 55.52 | 163.26 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 118 | 0.86 | 0.47 | 0 | 0.54 | 212.67 | 0.75 | 0.26 |
| Hex | 11 | 3F | 76 | 56 | 2F | 0 | 36 | D5 | 4B | 1A |
| Octal | 21 | 77 | 166 | 126 | 57 | 0 | 66 | 325 | 113 | 32 |
| Binary | 10001 | 111111 | 1110110 | 1010110 | 101111 | 0 | 110110 | 11010101 | 1001011 | 11010 |
Color Harmonies of #113F76
Complementary color
Monochromatic Colors of #113F76
Black with #113F76
Text Example
Text Example
White with #113F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F76; }
p { color: rgb(17,63,118); }
H1.HeaderClassName
{
color: #113F76;
}
.AnyTagClassName
{
color: #113F76;
}
</style>
background-color css
<style>
a { background-color: #113F76; }
a { background-color: rgb(17,63,118); }
div.DivClassName
{
background-color: #113F76;
}
.BgClassName
{
background-color: #113F76;
}
</style>
border-color css
<style>
span { border-color: #113F76; }
span { border-color: rgb(17,63,118); }
td.TdClassName
{
border-color: #113F76;
}
.TagClassName
{
border-color: #113F76;
}
</style>