Shades of Dark Cerulean #113F83
Tints of Dark Cerulean #113F83
RGB
CMYK
RGB Variations
Color information
#113F83 (or 0x113F83) is known color: Dark Cerulean. HEX triplet: 11, 3F and 83. RGB value is (17,63,131). Sum of RGB (Red+Green+Blue) = 17+63+131=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 131 (51.56% from 255 or 62.09% from 211); Max value from RGB is 131 - color contains mainly: blue. Hex color #113F83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113F83 is #EEC07C. Grayscale: #383838. Windows color (decimal): -15646845 or 8601361. OLE color: 8601361.
HSL color Cylindrical-coordinate representation of color #113F83: hue angle of 215.79º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113F83 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 63 | 131 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.49 |
| HSL | 215.79º | 0.77% | 0.29% | - |
| HSV(B) | 215.79º | 0.87% | 0.51% | - |
| XYZ | 6.11 | 5.31 | 22.18 | - |
| YUV | 57 | 169.76 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 131 | 0.87 | 0.52 | 0 | 0.49 | 215.79 | 0.77 | 0.29 |
| Hex | 11 | 3F | 83 | 57 | 34 | 0 | 31 | D8 | 4D | 1D |
| Octal | 21 | 77 | 203 | 127 | 64 | 0 | 61 | 330 | 115 | 35 |
| Binary | 10001 | 111111 | 10000011 | 1010111 | 110100 | 0 | 110001 | 11011000 | 1001101 | 11101 |
Color Harmonies of #113F83
Complementary color
Monochromatic Colors of #113F83
Black with #113F83
Text Example
Text Example
White with #113F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F83; }
p { color: rgb(17,63,131); }
H1.HeaderClassName
{
color: #113F83;
}
.AnyTagClassName
{
color: #113F83;
}
</style>
background-color css
<style>
a { background-color: #113F83; }
a { background-color: rgb(17,63,131); }
div.DivClassName
{
background-color: #113F83;
}
.BgClassName
{
background-color: #113F83;
}
</style>
border-color css
<style>
span { border-color: #113F83; }
span { border-color: rgb(17,63,131); }
td.TdClassName
{
border-color: #113F83;
}
.TagClassName
{
border-color: #113F83;
}
</style>