Shades of Dark Cerulean #114972
Tints of Dark Cerulean #114972
RGB
CMYK
RGB Variations
Color information
#114972 (or 0x114972) is known color: Dark Cerulean. HEX triplet: 11, 49 and 72. RGB value is (17,73,114). Sum of RGB (Red+Green+Blue) = 17+73+114=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #114972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114972 is #EEB68D. Grayscale: #3C3C3C. Windows color (decimal): -15644302 or 7489809. OLE color: 7489809.
HSL color Cylindrical-coordinate representation of color #114972: hue angle of 205.36º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114972 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 73 | 114 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.55 |
| HSL | 205.36º | 0.74% | 0.26% | - |
| HSV(B) | 205.36º | 0.85% | 0.45% | - |
| XYZ | 5.65 | 6.1 | 16.8 | - |
| YUV | 60.93 | 157.95 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 114 | 0.85 | 0.36 | 0 | 0.55 | 205.36 | 0.74 | 0.26 |
| Hex | 11 | 49 | 72 | 55 | 24 | 0 | 37 | CD | 4A | 1A |
| Octal | 21 | 111 | 162 | 125 | 44 | 0 | 67 | 315 | 112 | 32 |
| Binary | 10001 | 1001001 | 1110010 | 1010101 | 100100 | 0 | 110111 | 11001101 | 1001010 | 11010 |
Color Harmonies of #114972
Complementary color
Monochromatic Colors of #114972
Black with #114972
Text Example
Text Example
White with #114972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114972; }
p { color: rgb(17,73,114); }
H1.HeaderClassName
{
color: #114972;
}
.AnyTagClassName
{
color: #114972;
}
</style>
background-color css
<style>
a { background-color: #114972; }
a { background-color: rgb(17,73,114); }
div.DivClassName
{
background-color: #114972;
}
.BgClassName
{
background-color: #114972;
}
</style>
border-color css
<style>
span { border-color: #114972; }
span { border-color: rgb(17,73,114); }
td.TdClassName
{
border-color: #114972;
}
.TagClassName
{
border-color: #114972;
}
</style>