Shades of Dark Cerulean #114685
Tints of Dark Cerulean #114685
RGB
CMYK
RGB Variations
Color information
#114685 (or 0x114685) is known color: Dark Cerulean. HEX triplet: 11, 46 and 85. RGB value is (17,70,133). Sum of RGB (Red+Green+Blue) = 17+70+133=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 133 (52.34% from 255 or 60.45% from 220); Max value from RGB is 133 - color contains mainly: blue. Hex color #114685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114685 is #EEB97A. Grayscale: #3D3D3D. Windows color (decimal): -15645051 or 8734225. OLE color: 8734225.
HSL color Cylindrical-coordinate representation of color #114685: hue angle of 212.59º 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 #114685 is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 70 | 133 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.48 |
| HSL | 212.59º | 0.77% | 0.29% | - |
| HSV(B) | 212.59º | 0.87% | 0.52% | - |
| XYZ | 6.65 | 6.19 | 23.03 | - |
| YUV | 61.34 | 168.44 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 133 | 0.87 | 0.47 | 0 | 0.48 | 212.59 | 0.77 | 0.29 |
| Hex | 11 | 46 | 85 | 57 | 2F | 0 | 30 | D5 | 4D | 1D |
| Octal | 21 | 106 | 205 | 127 | 57 | 0 | 60 | 325 | 115 | 35 |
| Binary | 10001 | 1000110 | 10000101 | 1010111 | 101111 | 0 | 110000 | 11010101 | 1001101 | 11101 |
Color Harmonies of #114685
Complementary color
Monochromatic Colors of #114685
Black with #114685
Text Example
Text Example
White with #114685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114685; }
p { color: rgb(17,70,133); }
H1.HeaderClassName
{
color: #114685;
}
.AnyTagClassName
{
color: #114685;
}
</style>
background-color css
<style>
a { background-color: #114685; }
a { background-color: rgb(17,70,133); }
div.DivClassName
{
background-color: #114685;
}
.BgClassName
{
background-color: #114685;
}
</style>
border-color css
<style>
span { border-color: #114685; }
span { border-color: rgb(17,70,133); }
td.TdClassName
{
border-color: #114685;
}
.TagClassName
{
border-color: #114685;
}
</style>