Shades of Dark Cerulean #113F70
Tints of Dark Cerulean #113F70
RGB
CMYK
RGB Variations
Color information
#113F70 (or 0x113F70) is known color: Dark Cerulean. HEX triplet: 11, 3F and 70. RGB value is (17,63,112). Sum of RGB (Red+Green+Blue) = 17+63+112=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #113F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F70 is #EEC08F. Grayscale: #363636. Windows color (decimal): -15646864 or 7356177. OLE color: 7356177.
HSL color Cylindrical-coordinate representation of color #113F70: hue angle of 210.95º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113F70 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 63 | 112 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.56 |
| HSL | 210.95º | 0.74% | 0.25% | - |
| HSV(B) | 210.95º | 0.85% | 0.44% | - |
| XYZ | 4.93 | 4.84 | 16 | - |
| YUV | 54.83 | 160.26 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 112 | 0.85 | 0.44 | 0 | 0.56 | 210.95 | 0.74 | 0.25 |
| Hex | 11 | 3F | 70 | 55 | 2C | 0 | 38 | D3 | 4A | 19 |
| Octal | 21 | 77 | 160 | 125 | 54 | 0 | 70 | 323 | 112 | 31 |
| Binary | 10001 | 111111 | 1110000 | 1010101 | 101100 | 0 | 111000 | 11010011 | 1001010 | 11001 |
Color Harmonies of #113F70
Complementary color
Monochromatic Colors of #113F70
Black with #113F70
Text Example
Text Example
White with #113F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F70; }
p { color: rgb(17,63,112); }
H1.HeaderClassName
{
color: #113F70;
}
.AnyTagClassName
{
color: #113F70;
}
</style>
background-color css
<style>
a { background-color: #113F70; }
a { background-color: rgb(17,63,112); }
div.DivClassName
{
background-color: #113F70;
}
.BgClassName
{
background-color: #113F70;
}
</style>
border-color css
<style>
span { border-color: #113F70; }
span { border-color: rgb(17,63,112); }
td.TdClassName
{
border-color: #113F70;
}
.TagClassName
{
border-color: #113F70;
}
</style>