Shades of Dark Cerulean #114B79
Tints of Dark Cerulean #114B79
RGB
CMYK
RGB Variations
Color information
#114B79 (or 0x114B79) is known color: Dark Cerulean. HEX triplet: 11, 4B and 79. RGB value is (17,75,121). Sum of RGB (Red+Green+Blue) = 17+75+121=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #114B79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B79 is #EEB486. Grayscale: #3E3E3E. Windows color (decimal): -15643783 or 7949073. OLE color: 7949073.
HSL color Cylindrical-coordinate representation of color #114B79: hue angle of 206.54º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114B79 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 75 | 121 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.53 |
| HSL | 206.54º | 0.75% | 0.27% | - |
| HSV(B) | 206.54º | 0.86% | 0.47% | - |
| XYZ | 6.2 | 6.53 | 19.02 | - |
| YUV | 62.9 | 160.78 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 121 | 0.86 | 0.38 | 0 | 0.53 | 206.54 | 0.75 | 0.27 |
| Hex | 11 | 4B | 79 | 56 | 26 | 0 | 35 | CF | 4B | 1B |
| Octal | 21 | 113 | 171 | 126 | 46 | 0 | 65 | 317 | 113 | 33 |
| Binary | 10001 | 1001011 | 1111001 | 1010110 | 100110 | 0 | 110101 | 11001111 | 1001011 | 11011 |
Color Harmonies of #114B79
Complementary color
Monochromatic Colors of #114B79
Black with #114B79
Text Example
Text Example
White with #114B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114B79; }
p { color: rgb(17,75,121); }
H1.HeaderClassName
{
color: #114B79;
}
.AnyTagClassName
{
color: #114B79;
}
</style>
background-color css
<style>
a { background-color: #114B79; }
a { background-color: rgb(17,75,121); }
div.DivClassName
{
background-color: #114B79;
}
.BgClassName
{
background-color: #114B79;
}
</style>
border-color css
<style>
span { border-color: #114B79; }
span { border-color: rgb(17,75,121); }
td.TdClassName
{
border-color: #114B79;
}
.TagClassName
{
border-color: #114B79;
}
</style>