Shades of Dark Cerulean #114672
Tints of Dark Cerulean #114672
RGB
CMYK
RGB Variations
Color information
#114672 (or 0x114672) is known color: Dark Cerulean. HEX triplet: 11, 46 and 72. RGB value is (17,70,114). Sum of RGB (Red+Green+Blue) = 17+70+114=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #114672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114672 is #EEB98D. Grayscale: #3A3A3A. Windows color (decimal): -15645070 or 7489041. OLE color: 7489041.
HSL color Cylindrical-coordinate representation of color #114672: hue angle of 207.22º 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 #114672 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 70 | 114 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.55 |
| HSL | 207.22º | 0.74% | 0.26% | - |
| HSV(B) | 207.22º | 0.85% | 0.45% | - |
| XYZ | 5.46 | 5.71 | 16.73 | - |
| YUV | 59.17 | 158.94 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 114 | 0.85 | 0.39 | 0 | 0.55 | 207.22 | 0.74 | 0.26 |
| Hex | 11 | 46 | 72 | 55 | 27 | 0 | 37 | CF | 4A | 1A |
| Octal | 21 | 106 | 162 | 125 | 47 | 0 | 67 | 317 | 112 | 32 |
| Binary | 10001 | 1000110 | 1110010 | 1010101 | 100111 | 0 | 110111 | 11001111 | 1001010 | 11010 |
Color Harmonies of #114672
Complementary color
Monochromatic Colors of #114672
Black with #114672
Text Example
Text Example
White with #114672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114672; }
p { color: rgb(17,70,114); }
H1.HeaderClassName
{
color: #114672;
}
.AnyTagClassName
{
color: #114672;
}
</style>
background-color css
<style>
a { background-color: #114672; }
a { background-color: rgb(17,70,114); }
div.DivClassName
{
background-color: #114672;
}
.BgClassName
{
background-color: #114672;
}
</style>
border-color css
<style>
span { border-color: #114672; }
span { border-color: rgb(17,70,114); }
td.TdClassName
{
border-color: #114672;
}
.TagClassName
{
border-color: #114672;
}
</style>