Shades of Dark Cerulean #113B74
Tints of Dark Cerulean #113B74
RGB
CMYK
RGB Variations
Color information
#113B74 (or 0x113B74) is known color: Dark Cerulean. HEX triplet: 11, 3B and 74. RGB value is (17,59,116). Sum of RGB (Red+Green+Blue) = 17+59+116=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 116 (45.70% from 255 or 60.42% from 192); Max value from RGB is 116 - color contains mainly: blue. Hex color #113B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B74 is #EEC48B. Grayscale: #343434. Windows color (decimal): -15647884 or 7617297. OLE color: 7617297.
HSL color Cylindrical-coordinate representation of color #113B74: hue angle of 214.55º 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 #113B74 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 59 | 116 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.55 |
| HSL | 214.55º | 0.74% | 0.26% | - |
| HSV(B) | 214.55º | 0.85% | 0.45% | - |
| XYZ | 4.95 | 4.51 | 17.13 | - |
| YUV | 52.94 | 163.59 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 116 | 0.85 | 0.49 | 0 | 0.55 | 214.55 | 0.74 | 0.26 |
| Hex | 11 | 3B | 74 | 55 | 31 | 0 | 37 | D7 | 4A | 1A |
| Octal | 21 | 73 | 164 | 125 | 61 | 0 | 67 | 327 | 112 | 32 |
| Binary | 10001 | 111011 | 1110100 | 1010101 | 110001 | 0 | 110111 | 11010111 | 1001010 | 11010 |
Color Harmonies of #113B74
Complementary color
Monochromatic Colors of #113B74
Black with #113B74
Text Example
Text Example
White with #113B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B74; }
p { color: rgb(17,59,116); }
H1.HeaderClassName
{
color: #113B74;
}
.AnyTagClassName
{
color: #113B74;
}
</style>
background-color css
<style>
a { background-color: #113B74; }
a { background-color: rgb(17,59,116); }
div.DivClassName
{
background-color: #113B74;
}
.BgClassName
{
background-color: #113B74;
}
</style>
border-color css
<style>
span { border-color: #113B74; }
span { border-color: rgb(17,59,116); }
td.TdClassName
{
border-color: #113B74;
}
.TagClassName
{
border-color: #113B74;
}
</style>