Shades of Dark Cerulean #113983
Tints of Dark Cerulean #113983
RGB
CMYK
RGB Variations
Color information
#113983 (or 0x113983) is known color: Dark Cerulean. HEX triplet: 11, 39 and 83. RGB value is (17,57,131). Sum of RGB (Red+Green+Blue) = 17+57+131=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 131 (51.56% from 255 or 63.90% from 205); Max value from RGB is 131 - color contains mainly: blue. Hex color #113983 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113983 is #EEC67C. Grayscale: #353535. Windows color (decimal): -15648381 or 8599825. OLE color: 8599825.
HSL color Cylindrical-coordinate representation of color #113983: hue angle of 218.95º 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 #113983 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 57 | 131 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.49 |
| HSL | 218.95º | 0.77% | 0.29% | - |
| HSV(B) | 218.95º | 0.87% | 0.51% | - |
| XYZ | 5.79 | 4.68 | 22.07 | - |
| YUV | 53.48 | 171.75 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 131 | 0.87 | 0.56 | 0 | 0.49 | 218.95 | 0.77 | 0.29 |
| Hex | 11 | 39 | 83 | 57 | 38 | 0 | 31 | DB | 4D | 1D |
| Octal | 21 | 71 | 203 | 127 | 70 | 0 | 61 | 333 | 115 | 35 |
| Binary | 10001 | 111001 | 10000011 | 1010111 | 111000 | 0 | 110001 | 11011011 | 1001101 | 11101 |
Color Harmonies of #113983
Complementary color
Monochromatic Colors of #113983
Black with #113983
Text Example
Text Example
White with #113983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113983; }
p { color: rgb(17,57,131); }
H1.HeaderClassName
{
color: #113983;
}
.AnyTagClassName
{
color: #113983;
}
</style>
background-color css
<style>
a { background-color: #113983; }
a { background-color: rgb(17,57,131); }
div.DivClassName
{
background-color: #113983;
}
.BgClassName
{
background-color: #113983;
}
</style>
border-color css
<style>
span { border-color: #113983; }
span { border-color: rgb(17,57,131); }
td.TdClassName
{
border-color: #113983;
}
.TagClassName
{
border-color: #113983;
}
</style>