Shades of Dark Cerulean #113B85
Tints of Dark Cerulean #113B85
RGB
CMYK
RGB Variations
Color information
#113B85 (or 0x113B85) is known color: Dark Cerulean. HEX triplet: 11, 3B and 85. RGB value is (17,59,133). Sum of RGB (Red+Green+Blue) = 17+59+133=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #113B85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113B85 is #EEC47A. Grayscale: #363636. Windows color (decimal): -15647867 or 8731409. OLE color: 8731409.
HSL color Cylindrical-coordinate representation of color #113B85: hue angle of 218.28º 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 #113B85 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 59 | 133 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.48 |
| HSL | 218.28º | 0.77% | 0.29% | - |
| HSV(B) | 218.28º | 0.87% | 0.52% | - |
| XYZ | 6.03 | 4.94 | 22.83 | - |
| YUV | 54.88 | 172.09 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 133 | 0.87 | 0.56 | 0 | 0.48 | 218.28 | 0.77 | 0.29 |
| Hex | 11 | 3B | 85 | 57 | 38 | 0 | 30 | DA | 4D | 1D |
| Octal | 21 | 73 | 205 | 127 | 70 | 0 | 60 | 332 | 115 | 35 |
| Binary | 10001 | 111011 | 10000101 | 1010111 | 111000 | 0 | 110000 | 11011010 | 1001101 | 11101 |
Color Harmonies of #113B85
Complementary color
Monochromatic Colors of #113B85
Black with #113B85
Text Example
Text Example
White with #113B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113B85; }
p { color: rgb(17,59,133); }
H1.HeaderClassName
{
color: #113B85;
}
.AnyTagClassName
{
color: #113B85;
}
</style>
background-color css
<style>
a { background-color: #113B85; }
a { background-color: rgb(17,59,133); }
div.DivClassName
{
background-color: #113B85;
}
.BgClassName
{
background-color: #113B85;
}
</style>
border-color css
<style>
span { border-color: #113B85; }
span { border-color: rgb(17,59,133); }
td.TdClassName
{
border-color: #113B85;
}
.TagClassName
{
border-color: #113B85;
}
</style>