Shades of Dark Cerulean #113A83
Tints of Dark Cerulean #113A83
RGB
CMYK
RGB Variations
Color information
#113A83 (or 0x113A83) is known color: Dark Cerulean. HEX triplet: 11, 3A and 83. RGB value is (17,58,131). Sum of RGB (Red+Green+Blue) = 17+58+131=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 131 (51.56% from 255 or 63.59% from 206); Max value from RGB is 131 - color contains mainly: blue. Hex color #113A83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113A83 is #EEC57C. Grayscale: #353535. Windows color (decimal): -15648125 or 8600081. OLE color: 8600081.
HSL color Cylindrical-coordinate representation of color #113A83: hue angle of 218.42º 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 #113A83 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 58 | 131 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.49 |
| HSL | 218.42º | 0.77% | 0.29% | - |
| HSV(B) | 218.42º | 0.87% | 0.51% | - |
| XYZ | 5.84 | 4.78 | 22.09 | - |
| YUV | 54.06 | 171.42 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 131 | 0.87 | 0.56 | 0 | 0.49 | 218.42 | 0.77 | 0.29 |
| Hex | 11 | 3A | 83 | 57 | 38 | 0 | 31 | DA | 4D | 1D |
| Octal | 21 | 72 | 203 | 127 | 70 | 0 | 61 | 332 | 115 | 35 |
| Binary | 10001 | 111010 | 10000011 | 1010111 | 111000 | 0 | 110001 | 11011010 | 1001101 | 11101 |
Color Harmonies of #113A83
Complementary color
Monochromatic Colors of #113A83
Black with #113A83
Text Example
Text Example
White with #113A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113A83; }
p { color: rgb(17,58,131); }
H1.HeaderClassName
{
color: #113A83;
}
.AnyTagClassName
{
color: #113A83;
}
</style>
background-color css
<style>
a { background-color: #113A83; }
a { background-color: rgb(17,58,131); }
div.DivClassName
{
background-color: #113A83;
}
.BgClassName
{
background-color: #113A83;
}
</style>
border-color css
<style>
span { border-color: #113A83; }
span { border-color: rgb(17,58,131); }
td.TdClassName
{
border-color: #113A83;
}
.TagClassName
{
border-color: #113A83;
}
</style>