Shades of Dark Cerulean #113F8E
Tints of Dark Cerulean #113F8E
RGB
CMYK
RGB Variations
Color information
#113F8E (or 0x113F8E) is known color: Dark Cerulean. HEX triplet: 11, 3F and 8E. RGB value is (17,63,142). Sum of RGB (Red+Green+Blue) = 17+63+142=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 142 (55.86% from 255 or 63.96% from 222); Max value from RGB is 142 - color contains mainly: blue. Hex color #113F8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113F8E is #EEC071. Grayscale: #393939. Windows color (decimal): -15646834 or 9322257. OLE color: 9322257.
HSL color Cylindrical-coordinate representation of color #113F8E: hue angle of 217.92º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113F8E is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 63 | 142 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.44 |
| HSL | 217.92º | 0.79% | 0.31% | - |
| HSV(B) | 217.92º | 0.88% | 0.56% | - |
| XYZ | 6.89 | 5.63 | 26.31 | - |
| YUV | 58.25 | 175.26 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 142 | 0.88 | 0.56 | 0 | 0.44 | 217.92 | 0.79 | 0.31 |
| Hex | 11 | 3F | 8E | 58 | 38 | 0 | 2C | DA | 4F | 1F |
| Octal | 21 | 77 | 216 | 130 | 70 | 0 | 54 | 332 | 117 | 37 |
| Binary | 10001 | 111111 | 10001110 | 1011000 | 111000 | 0 | 101100 | 11011010 | 1001111 | 11111 |
Color Harmonies of #113F8E
Complementary color
Monochromatic Colors of #113F8E
Black with #113F8E
Text Example
Text Example
White with #113F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F8E; }
p { color: rgb(17,63,142); }
H1.HeaderClassName
{
color: #113F8E;
}
.AnyTagClassName
{
color: #113F8E;
}
</style>
background-color css
<style>
a { background-color: #113F8E; }
a { background-color: rgb(17,63,142); }
div.DivClassName
{
background-color: #113F8E;
}
.BgClassName
{
background-color: #113F8E;
}
</style>
border-color css
<style>
span { border-color: #113F8E; }
span { border-color: rgb(17,63,142); }
td.TdClassName
{
border-color: #113F8E;
}
.TagClassName
{
border-color: #113F8E;
}
</style>