Shades of Dark Cerulean #114A6F
Tints of Dark Cerulean #114A6F
RGB
CMYK
RGB Variations
Color information
#114A6F (or 0x114A6F) is known color: Dark Cerulean. HEX triplet: 11, 4A and 6F. RGB value is (17,74,111). Sum of RGB (Red+Green+Blue) = 17+74+111=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #114A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A6F is #EEB590. Grayscale: #3C3C3C. Windows color (decimal): -15644049 or 7293457. OLE color: 7293457.
HSL color Cylindrical-coordinate representation of color #114A6F: hue angle of 203.62º degrees, saturation: 0.73, 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 #114A6F is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 74 | 111 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.56 |
| HSL | 203.62º | 0.73% | 0.25% | - |
| HSV(B) | 203.62º | 0.85% | 0.44% | - |
| XYZ | 5.55 | 6.16 | 15.94 | - |
| YUV | 61.18 | 156.12 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 111 | 0.85 | 0.33 | 0 | 0.56 | 203.62 | 0.73 | 0.25 |
| Hex | 11 | 4A | 6F | 55 | 21 | 0 | 38 | CC | 49 | 19 |
| Octal | 21 | 112 | 157 | 125 | 41 | 0 | 70 | 314 | 111 | 31 |
| Binary | 10001 | 1001010 | 1101111 | 1010101 | 100001 | 0 | 111000 | 11001100 | 1001001 | 11001 |
Color Harmonies of #114A6F
Complementary color
Monochromatic Colors of #114A6F
Black with #114A6F
Text Example
Text Example
White with #114A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A6F; }
p { color: rgb(17,74,111); }
H1.HeaderClassName
{
color: #114A6F;
}
.AnyTagClassName
{
color: #114A6F;
}
</style>
background-color css
<style>
a { background-color: #114A6F; }
a { background-color: rgb(17,74,111); }
div.DivClassName
{
background-color: #114A6F;
}
.BgClassName
{
background-color: #114A6F;
}
</style>
border-color css
<style>
span { border-color: #114A6F; }
span { border-color: rgb(17,74,111); }
td.TdClassName
{
border-color: #114A6F;
}
.TagClassName
{
border-color: #114A6F;
}
</style>