Shades of Dark Cerulean #113785
Tints of Dark Cerulean #113785
RGB
CMYK
RGB Variations
Color information
#113785 (or 0x113785) is known color: Dark Cerulean. HEX triplet: 11, 37 and 85. RGB value is (17,55,133). Sum of RGB (Red+Green+Blue) = 17+55+133=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #113785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113785 is #EEC87A. Grayscale: #343434. Windows color (decimal): -15648891 or 8730385. OLE color: 8730385.
HSL color Cylindrical-coordinate representation of color #113785: hue angle of 220.34º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113785 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 55 | 133 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.48 |
| HSL | 220.34º | 0.77% | 0.29% | - |
| HSV(B) | 220.34º | 0.87% | 0.52% | - |
| XYZ | 5.83 | 4.55 | 22.76 | - |
| YUV | 52.53 | 173.41 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 133 | 0.87 | 0.59 | 0 | 0.48 | 220.34 | 0.77 | 0.29 |
| Hex | 11 | 37 | 85 | 57 | 3B | 0 | 30 | DC | 4D | 1D |
| Octal | 21 | 67 | 205 | 127 | 73 | 0 | 60 | 334 | 115 | 35 |
| Binary | 10001 | 110111 | 10000101 | 1010111 | 111011 | 0 | 110000 | 11011100 | 1001101 | 11101 |
Color Harmonies of #113785
Complementary color
Monochromatic Colors of #113785
Black with #113785
Text Example
Text Example
White with #113785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113785; }
p { color: rgb(17,55,133); }
H1.HeaderClassName
{
color: #113785;
}
.AnyTagClassName
{
color: #113785;
}
</style>
background-color css
<style>
a { background-color: #113785; }
a { background-color: rgb(17,55,133); }
div.DivClassName
{
background-color: #113785;
}
.BgClassName
{
background-color: #113785;
}
</style>
border-color css
<style>
span { border-color: #113785; }
span { border-color: rgb(17,55,133); }
td.TdClassName
{
border-color: #113785;
}
.TagClassName
{
border-color: #113785;
}
</style>