Shades of Dark Cerulean #114589
Tints of Dark Cerulean #114589
RGB
CMYK
RGB Variations
Color information
#114589 (or 0x114589) is known color: Dark Cerulean. HEX triplet: 11, 45 and 89. RGB value is (17,69,137). Sum of RGB (Red+Green+Blue) = 17+69+137=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #114589 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114589 is #EEBA76. Grayscale: #3C3C3C. Windows color (decimal): -15645303 or 8996113. OLE color: 8996113.
HSL color Cylindrical-coordinate representation of color #114589: hue angle of 214º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #114589 is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 69 | 137 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.46 |
| HSL | 214º | 0.78% | 0.3% | - |
| HSV(B) | 214º | 0.88% | 0.54% | - |
| XYZ | 6.87 | 6.18 | 24.5 | - |
| YUV | 61.2 | 170.77 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 137 | 0.88 | 0.50 | 0 | 0.46 | 214 | 0.78 | 0.3 |
| Hex | 11 | 45 | 89 | 58 | 32 | 0 | 2E | D6 | 4E | 1E |
| Octal | 21 | 105 | 211 | 130 | 62 | 0 | 56 | 326 | 116 | 36 |
| Binary | 10001 | 1000101 | 10001001 | 1011000 | 110010 | 0 | 101110 | 11010110 | 1001110 | 11110 |
Color Harmonies of #114589
Complementary color
Monochromatic Colors of #114589
Black with #114589
Text Example
Text Example
White with #114589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114589; }
p { color: rgb(17,69,137); }
H1.HeaderClassName
{
color: #114589;
}
.AnyTagClassName
{
color: #114589;
}
</style>
background-color css
<style>
a { background-color: #114589; }
a { background-color: rgb(17,69,137); }
div.DivClassName
{
background-color: #114589;
}
.BgClassName
{
background-color: #114589;
}
</style>
border-color css
<style>
span { border-color: #114589; }
span { border-color: rgb(17,69,137); }
td.TdClassName
{
border-color: #114589;
}
.TagClassName
{
border-color: #114589;
}
</style>