Shades of Dark Cerulean #113584
Tints of Dark Cerulean #113584
RGB
CMYK
RGB Variations
Color information
#113584 (or 0x113584) is known color: Dark Cerulean. HEX triplet: 11, 35 and 84. RGB value is (17,53,132). Sum of RGB (Red+Green+Blue) = 17+53+132=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 132 (51.95% from 255 or 65.35% from 202); Max value from RGB is 132 - color contains mainly: blue. Hex color #113584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113584 is #EECA7B. Grayscale: #323232. Windows color (decimal): -15649404 or 8664337. OLE color: 8664337.
HSL color Cylindrical-coordinate representation of color #113584: hue angle of 221.22º 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 #113584 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 53 | 132 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.48 |
| HSL | 221.22º | 0.77% | 0.29% | - |
| HSV(B) | 221.22º | 0.87% | 0.52% | - |
| XYZ | 5.67 | 4.33 | 22.37 | - |
| YUV | 51.24 | 173.57 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 53 | 132 | 0.87 | 0.60 | 0 | 0.48 | 221.22 | 0.77 | 0.29 |
| Hex | 11 | 35 | 84 | 57 | 3C | 0 | 30 | DD | 4D | 1D |
| Octal | 21 | 65 | 204 | 127 | 74 | 0 | 60 | 335 | 115 | 35 |
| Binary | 10001 | 110101 | 10000100 | 1010111 | 111100 | 0 | 110000 | 11011101 | 1001101 | 11101 |
Color Harmonies of #113584
Complementary color
Monochromatic Colors of #113584
Black with #113584
Text Example
Text Example
White with #113584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113584; }
p { color: rgb(17,53,132); }
H1.HeaderClassName
{
color: #113584;
}
.AnyTagClassName
{
color: #113584;
}
</style>
background-color css
<style>
a { background-color: #113584; }
a { background-color: rgb(17,53,132); }
div.DivClassName
{
background-color: #113584;
}
.BgClassName
{
background-color: #113584;
}
</style>
border-color css
<style>
span { border-color: #113584; }
span { border-color: rgb(17,53,132); }
td.TdClassName
{
border-color: #113584;
}
.TagClassName
{
border-color: #113584;
}
</style>