Shades of Dark Cerulean #113D83
Tints of Dark Cerulean #113D83
RGB
CMYK
RGB Variations
Color information
#113D83 (or 0x113D83) is known color: Dark Cerulean. HEX triplet: 11, 3D and 83. RGB value is (17,61,131). Sum of RGB (Red+Green+Blue) = 17+61+131=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 131 (51.56% from 255 or 62.68% from 209); Max value from RGB is 131 - color contains mainly: blue. Hex color #113D83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113D83 is #EEC27C. Grayscale: #373737. Windows color (decimal): -15647357 or 8600849. OLE color: 8600849.
HSL color Cylindrical-coordinate representation of color #113D83: hue angle of 216.84º 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 #113D83 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 61 | 131 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.49 |
| HSL | 216.84º | 0.77% | 0.29% | - |
| HSV(B) | 216.84º | 0.87% | 0.51% | - |
| XYZ | 6 | 5.1 | 22.14 | - |
| YUV | 55.82 | 170.42 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 131 | 0.87 | 0.53 | 0 | 0.49 | 216.84 | 0.77 | 0.29 |
| Hex | 11 | 3D | 83 | 57 | 35 | 0 | 31 | D9 | 4D | 1D |
| Octal | 21 | 75 | 203 | 127 | 65 | 0 | 61 | 331 | 115 | 35 |
| Binary | 10001 | 111101 | 10000011 | 1010111 | 110101 | 0 | 110001 | 11011001 | 1001101 | 11101 |
Color Harmonies of #113D83
Complementary color
Monochromatic Colors of #113D83
Black with #113D83
Text Example
Text Example
White with #113D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D83; }
p { color: rgb(17,61,131); }
H1.HeaderClassName
{
color: #113D83;
}
.AnyTagClassName
{
color: #113D83;
}
</style>
background-color css
<style>
a { background-color: #113D83; }
a { background-color: rgb(17,61,131); }
div.DivClassName
{
background-color: #113D83;
}
.BgClassName
{
background-color: #113D83;
}
</style>
border-color css
<style>
span { border-color: #113D83; }
span { border-color: rgb(17,61,131); }
td.TdClassName
{
border-color: #113D83;
}
.TagClassName
{
border-color: #113D83;
}
</style>