Shades of Dark Cerulean #113B73
Tints of Dark Cerulean #113B73
RGB
CMYK
RGB Variations
Color information
#113B73 (or 0x113B73) is known color: Dark Cerulean. HEX triplet: 11, 3B and 73. RGB value is (17,59,115). Sum of RGB (Red+Green+Blue) = 17+59+115=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #113B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B73 is #EEC48C. Grayscale: #343434. Windows color (decimal): -15647885 or 7551761. OLE color: 7551761.
HSL color Cylindrical-coordinate representation of color #113B73: hue angle of 214.29º 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 #113B73 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 59 | 115 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.55 |
| HSL | 214.29º | 0.74% | 0.26% | - |
| HSV(B) | 214.29º | 0.85% | 0.45% | - |
| XYZ | 4.89 | 4.48 | 16.83 | - |
| YUV | 52.83 | 163.09 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 115 | 0.85 | 0.49 | 0 | 0.55 | 214.29 | 0.74 | 0.26 |
| Hex | 11 | 3B | 73 | 55 | 31 | 0 | 37 | D6 | 4A | 1A |
| Octal | 21 | 73 | 163 | 125 | 61 | 0 | 67 | 326 | 112 | 32 |
| Binary | 10001 | 111011 | 1110011 | 1010101 | 110001 | 0 | 110111 | 11010110 | 1001010 | 11010 |
Color Harmonies of #113B73
Complementary color
Monochromatic Colors of #113B73
Black with #113B73
Text Example
Text Example
White with #113B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B73; }
p { color: rgb(17,59,115); }
H1.HeaderClassName
{
color: #113B73;
}
.AnyTagClassName
{
color: #113B73;
}
</style>
background-color css
<style>
a { background-color: #113B73; }
a { background-color: rgb(17,59,115); }
div.DivClassName
{
background-color: #113B73;
}
.BgClassName
{
background-color: #113B73;
}
</style>
border-color css
<style>
span { border-color: #113B73; }
span { border-color: rgb(17,59,115); }
td.TdClassName
{
border-color: #113B73;
}
.TagClassName
{
border-color: #113B73;
}
</style>