Shades of Dark Cerulean #113F80
Tints of Dark Cerulean #113F80
RGB
CMYK
RGB Variations
Color information
#113F80 (or 0x113F80) is known color: Dark Cerulean. HEX triplet: 11, 3F and 80. RGB value is (17,63,128). Sum of RGB (Red+Green+Blue) = 17+63+128=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 128 (50.39% from 255 or 61.54% from 208); Max value from RGB is 128 - color contains mainly: blue. Hex color #113F80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113F80 is #EEC07F. Grayscale: #383838. Windows color (decimal): -15646848 or 8404753. OLE color: 8404753.
HSL color Cylindrical-coordinate representation of color #113F80: hue angle of 215.14º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113F80 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 63 | 128 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.50 |
| HSL | 215.14º | 0.77% | 0.28% | - |
| HSV(B) | 215.14º | 0.87% | 0.5% | - |
| XYZ | 5.9 | 5.23 | 21.12 | - |
| YUV | 56.66 | 168.26 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 128 | 0.87 | 0.51 | 0 | 0.50 | 215.14 | 0.77 | 0.28 |
| Hex | 11 | 3F | 80 | 57 | 33 | 0 | 32 | D7 | 4D | 1C |
| Octal | 21 | 77 | 200 | 127 | 63 | 0 | 62 | 327 | 115 | 34 |
| Binary | 10001 | 111111 | 10000000 | 1010111 | 110011 | 0 | 110010 | 11010111 | 1001101 | 11100 |
Color Harmonies of #113F80
Complementary color
Monochromatic Colors of #113F80
Black with #113F80
Text Example
Text Example
White with #113F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F80; }
p { color: rgb(17,63,128); }
H1.HeaderClassName
{
color: #113F80;
}
.AnyTagClassName
{
color: #113F80;
}
</style>
background-color css
<style>
a { background-color: #113F80; }
a { background-color: rgb(17,63,128); }
div.DivClassName
{
background-color: #113F80;
}
.BgClassName
{
background-color: #113F80;
}
</style>
border-color css
<style>
span { border-color: #113F80; }
span { border-color: rgb(17,63,128); }
td.TdClassName
{
border-color: #113F80;
}
.TagClassName
{
border-color: #113F80;
}
</style>