Shades of Dark Cerulean #113C79
Tints of Dark Cerulean #113C79
RGB
CMYK
RGB Variations
Color information
#113C79 (or 0x113C79) is known color: Dark Cerulean. HEX triplet: 11, 3C and 79. RGB value is (17,60,121). Sum of RGB (Red+Green+Blue) = 17+60+121=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 121 (47.66% from 255 or 61.11% from 198); Max value from RGB is 121 - color contains mainly: blue. Hex color #113C79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C79 is #EEC386. Grayscale: #353535. Windows color (decimal): -15647623 or 7945233. OLE color: 7945233.
HSL color Cylindrical-coordinate representation of color #113C79: hue angle of 215.19º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113C79 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 60 | 121 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.53 |
| HSL | 215.19º | 0.75% | 0.27% | - |
| HSV(B) | 215.19º | 0.86% | 0.47% | - |
| XYZ | 5.3 | 4.73 | 18.72 | - |
| YUV | 54.1 | 165.75 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 121 | 0.86 | 0.50 | 0 | 0.53 | 215.19 | 0.75 | 0.27 |
| Hex | 11 | 3C | 79 | 56 | 32 | 0 | 35 | D7 | 4B | 1B |
| Octal | 21 | 74 | 171 | 126 | 62 | 0 | 65 | 327 | 113 | 33 |
| Binary | 10001 | 111100 | 1111001 | 1010110 | 110010 | 0 | 110101 | 11010111 | 1001011 | 11011 |
Color Harmonies of #113C79
Complementary color
Monochromatic Colors of #113C79
Black with #113C79
Text Example
Text Example
White with #113C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113C79; }
p { color: rgb(17,60,121); }
H1.HeaderClassName
{
color: #113C79;
}
.AnyTagClassName
{
color: #113C79;
}
</style>
background-color css
<style>
a { background-color: #113C79; }
a { background-color: rgb(17,60,121); }
div.DivClassName
{
background-color: #113C79;
}
.BgClassName
{
background-color: #113C79;
}
</style>
border-color css
<style>
span { border-color: #113C79; }
span { border-color: rgb(17,60,121); }
td.TdClassName
{
border-color: #113C79;
}
.TagClassName
{
border-color: #113C79;
}
</style>