Shades of Dark Cerulean #114E70
Tints of Dark Cerulean #114E70
RGB
CMYK
RGB Variations
Color information
#114E70 (or 0x114E70) is known color: Dark Cerulean. HEX triplet: 11, 4E and 70. RGB value is (17,78,112). Sum of RGB (Red+Green+Blue) = 17+78+112=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #114E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E70 is #EEB18F. Grayscale: #3F3F3F. Windows color (decimal): -15643024 or 7360017. OLE color: 7360017.
HSL color Cylindrical-coordinate representation of color #114E70: hue angle of 201.47º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114E70 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 78 | 112 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.56 |
| HSL | 201.47º | 0.74% | 0.25% | - |
| HSV(B) | 201.47º | 0.85% | 0.44% | - |
| XYZ | 5.88 | 6.74 | 16.32 | - |
| YUV | 63.64 | 155.29 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 112 | 0.85 | 0.30 | 0 | 0.56 | 201.47 | 0.74 | 0.25 |
| Hex | 11 | 4E | 70 | 55 | 1E | 0 | 38 | C9 | 4A | 19 |
| Octal | 21 | 116 | 160 | 125 | 36 | 0 | 70 | 311 | 112 | 31 |
| Binary | 10001 | 1001110 | 1110000 | 1010101 | 11110 | 0 | 111000 | 11001001 | 1001010 | 11001 |
Color Harmonies of #114E70
Complementary color
Monochromatic Colors of #114E70
Black with #114E70
Text Example
Text Example
White with #114E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114E70; }
p { color: rgb(17,78,112); }
H1.HeaderClassName
{
color: #114E70;
}
.AnyTagClassName
{
color: #114E70;
}
</style>
background-color css
<style>
a { background-color: #114E70; }
a { background-color: rgb(17,78,112); }
div.DivClassName
{
background-color: #114E70;
}
.BgClassName
{
background-color: #114E70;
}
</style>
border-color css
<style>
span { border-color: #114E70; }
span { border-color: rgb(17,78,112); }
td.TdClassName
{
border-color: #114E70;
}
.TagClassName
{
border-color: #114E70;
}
</style>