Shades of Dark Cerulean #113B76
Tints of Dark Cerulean #113B76
RGB
CMYK
RGB Variations
Color information
#113B76 (or 0x113B76) is known color: Dark Cerulean. HEX triplet: 11, 3B and 76. RGB value is (17,59,118). Sum of RGB (Red+Green+Blue) = 17+59+118=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #113B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B76 is #EEC489. Grayscale: #343434. Windows color (decimal): -15647882 or 7748369. OLE color: 7748369.
HSL color Cylindrical-coordinate representation of color #113B76: hue angle of 215.05º 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 #113B76 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 59 | 118 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.54 |
| HSL | 215.05º | 0.75% | 0.26% | - |
| HSV(B) | 215.05º | 0.86% | 0.46% | - |
| XYZ | 5.07 | 4.56 | 17.75 | - |
| YUV | 53.17 | 164.59 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 118 | 0.86 | 0.50 | 0 | 0.54 | 215.05 | 0.75 | 0.26 |
| Hex | 11 | 3B | 76 | 56 | 32 | 0 | 36 | D7 | 4B | 1A |
| Octal | 21 | 73 | 166 | 126 | 62 | 0 | 66 | 327 | 113 | 32 |
| Binary | 10001 | 111011 | 1110110 | 1010110 | 110010 | 0 | 110110 | 11010111 | 1001011 | 11010 |
Color Harmonies of #113B76
Complementary color
Monochromatic Colors of #113B76
Black with #113B76
Text Example
Text Example
White with #113B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B76; }
p { color: rgb(17,59,118); }
H1.HeaderClassName
{
color: #113B76;
}
.AnyTagClassName
{
color: #113B76;
}
</style>
background-color css
<style>
a { background-color: #113B76; }
a { background-color: rgb(17,59,118); }
div.DivClassName
{
background-color: #113B76;
}
.BgClassName
{
background-color: #113B76;
}
</style>
border-color css
<style>
span { border-color: #113B76; }
span { border-color: rgb(17,59,118); }
td.TdClassName
{
border-color: #113B76;
}
.TagClassName
{
border-color: #113B76;
}
</style>