Shades of Dark Cerulean #114788
Tints of Dark Cerulean #114788
RGB
CMYK
RGB Variations
Color information
#114788 (or 0x114788) is known color: Dark Cerulean. HEX triplet: 11, 47 and 88. RGB value is (17,71,136). Sum of RGB (Red+Green+Blue) = 17+71+136=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #114788 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114788 is #EEB877. Grayscale: #3D3D3D. Windows color (decimal): -15644792 or 8931089. OLE color: 8931089.
HSL color Cylindrical-coordinate representation of color #114788: hue angle of 212.77º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #114788 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 71 | 136 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.47 |
| HSL | 212.77º | 0.78% | 0.3% | - |
| HSV(B) | 212.77º | 0.88% | 0.53% | - |
| XYZ | 6.93 | 6.4 | 24.16 | - |
| YUV | 62.26 | 169.61 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 71 | 136 | 0.87 | 0.48 | 0 | 0.47 | 212.77 | 0.78 | 0.3 |
| Hex | 11 | 47 | 88 | 57 | 30 | 0 | 2F | D5 | 4E | 1E |
| Octal | 21 | 107 | 210 | 127 | 60 | 0 | 57 | 325 | 116 | 36 |
| Binary | 10001 | 1000111 | 10001000 | 1010111 | 110000 | 0 | 101111 | 11010101 | 1001110 | 11110 |
Color Harmonies of #114788
Complementary color
Monochromatic Colors of #114788
Black with #114788
Text Example
Text Example
White with #114788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114788; }
p { color: rgb(17,71,136); }
H1.HeaderClassName
{
color: #114788;
}
.AnyTagClassName
{
color: #114788;
}
</style>
background-color css
<style>
a { background-color: #114788; }
a { background-color: rgb(17,71,136); }
div.DivClassName
{
background-color: #114788;
}
.BgClassName
{
background-color: #114788;
}
</style>
border-color css
<style>
span { border-color: #114788; }
span { border-color: rgb(17,71,136); }
td.TdClassName
{
border-color: #114788;
}
.TagClassName
{
border-color: #114788;
}
</style>