Shades of Dark Cerulean #113C74
Tints of Dark Cerulean #113C74
RGB
CMYK
RGB Variations
Color information
#113C74 (or 0x113C74) is known color: Dark Cerulean. HEX triplet: 11, 3C and 74. RGB value is (17,60,116). Sum of RGB (Red+Green+Blue) = 17+60+116=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #113C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C74 is #EEC38B. Grayscale: #353535. Windows color (decimal): -15647628 or 7617553. OLE color: 7617553.
HSL color Cylindrical-coordinate representation of color #113C74: hue angle of 213.94º 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 #113C74 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 60 | 116 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.55 |
| HSL | 213.94º | 0.74% | 0.26% | - |
| HSV(B) | 213.94º | 0.85% | 0.45% | - |
| XYZ | 5 | 4.61 | 17.15 | - |
| YUV | 53.53 | 163.25 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 116 | 0.85 | 0.48 | 0 | 0.55 | 213.94 | 0.74 | 0.26 |
| Hex | 11 | 3C | 74 | 55 | 30 | 0 | 37 | D6 | 4A | 1A |
| Octal | 21 | 74 | 164 | 125 | 60 | 0 | 67 | 326 | 112 | 32 |
| Binary | 10001 | 111100 | 1110100 | 1010101 | 110000 | 0 | 110111 | 11010110 | 1001010 | 11010 |
Color Harmonies of #113C74
Complementary color
Monochromatic Colors of #113C74
Black with #113C74
Text Example
Text Example
White with #113C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C74; }
p { color: rgb(17,60,116); }
H1.HeaderClassName
{
color: #113C74;
}
.AnyTagClassName
{
color: #113C74;
}
</style>
background-color css
<style>
a { background-color: #113C74; }
a { background-color: rgb(17,60,116); }
div.DivClassName
{
background-color: #113C74;
}
.BgClassName
{
background-color: #113C74;
}
</style>
border-color css
<style>
span { border-color: #113C74; }
span { border-color: rgb(17,60,116); }
td.TdClassName
{
border-color: #113C74;
}
.TagClassName
{
border-color: #113C74;
}
</style>