Shades of Dark Cerulean #115385
Tints of Dark Cerulean #115385
RGB
CMYK
RGB Variations
Color information
#115385 (or 0x115385) is known color: Dark Cerulean. HEX triplet: 11, 53 and 85. RGB value is (17,83,133). Sum of RGB (Red+Green+Blue) = 17+83+133=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #115385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115385 is #EEAC7A. Grayscale: #444444. Windows color (decimal): -15641723 or 8737553. OLE color: 8737553.
HSL color Cylindrical-coordinate representation of color #115385: hue angle of 205.86º 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 #115385 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 83 | 133 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.48 |
| HSL | 205.86º | 0.77% | 0.29% | - |
| HSV(B) | 205.86º | 0.87% | 0.52% | - |
| XYZ | 7.56 | 8 | 23.34 | - |
| YUV | 68.97 | 164.13 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 133 | 0.87 | 0.38 | 0 | 0.48 | 205.86 | 0.77 | 0.29 |
| Hex | 11 | 53 | 85 | 57 | 26 | 0 | 30 | CE | 4D | 1D |
| Octal | 21 | 123 | 205 | 127 | 46 | 0 | 60 | 316 | 115 | 35 |
| Binary | 10001 | 1010011 | 10000101 | 1010111 | 100110 | 0 | 110000 | 11001110 | 1001101 | 11101 |
Color Harmonies of #115385
Complementary color
Monochromatic Colors of #115385
Black with #115385
Text Example
Text Example
White with #115385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115385; }
p { color: rgb(17,83,133); }
H1.HeaderClassName
{
color: #115385;
}
.AnyTagClassName
{
color: #115385;
}
</style>
background-color css
<style>
a { background-color: #115385; }
a { background-color: rgb(17,83,133); }
div.DivClassName
{
background-color: #115385;
}
.BgClassName
{
background-color: #115385;
}
</style>
border-color css
<style>
span { border-color: #115385; }
span { border-color: rgb(17,83,133); }
td.TdClassName
{
border-color: #115385;
}
.TagClassName
{
border-color: #115385;
}
</style>