Shades of Dark Cerulean #114F73
Tints of Dark Cerulean #114F73
RGB
CMYK
RGB Variations
Color information
#114F73 (or 0x114F73) is known color: Dark Cerulean. HEX triplet: 11, 4F and 73. RGB value is (17,79,115). Sum of RGB (Red+Green+Blue) = 17+79+115=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #114F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F73 is #EEB08C. Grayscale: #404040. Windows color (decimal): -15642765 or 7556881. OLE color: 7556881.
HSL color Cylindrical-coordinate representation of color #114F73: hue angle of 202.04º 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 #114F73 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 79 | 115 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.55 |
| HSL | 202.04º | 0.74% | 0.26% | - |
| HSV(B) | 202.04º | 0.85% | 0.45% | - |
| XYZ | 6.12 | 6.95 | 17.24 | - |
| YUV | 64.57 | 156.46 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 79 | 115 | 0.85 | 0.31 | 0 | 0.55 | 202.04 | 0.74 | 0.26 |
| Hex | 11 | 4F | 73 | 55 | 1F | 0 | 37 | CA | 4A | 1A |
| Octal | 21 | 117 | 163 | 125 | 37 | 0 | 67 | 312 | 112 | 32 |
| Binary | 10001 | 1001111 | 1110011 | 1010101 | 11111 | 0 | 110111 | 11001010 | 1001010 | 11010 |
Color Harmonies of #114F73
Complementary color
Monochromatic Colors of #114F73
Black with #114F73
Text Example
Text Example
White with #114F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114F73; }
p { color: rgb(17,79,115); }
H1.HeaderClassName
{
color: #114F73;
}
.AnyTagClassName
{
color: #114F73;
}
</style>
background-color css
<style>
a { background-color: #114F73; }
a { background-color: rgb(17,79,115); }
div.DivClassName
{
background-color: #114F73;
}
.BgClassName
{
background-color: #114F73;
}
</style>
border-color css
<style>
span { border-color: #114F73; }
span { border-color: rgb(17,79,115); }
td.TdClassName
{
border-color: #114F73;
}
.TagClassName
{
border-color: #114F73;
}
</style>