Shades of Dark Cerulean #114A6B
Tints of Dark Cerulean #114A6B
RGB
CMYK
RGB Variations
Color information
#114A6B (or 0x114A6B) is known color: Dark Cerulean. HEX triplet: 11, 4A and 6B. RGB value is (17,74,107). Sum of RGB (Red+Green+Blue) = 17+74+107=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 107 (42.19% from 255 or 54.04% from 198); Max value from RGB is 107 - color contains mainly: blue. Hex color #114A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114A6B is #EEB594. Grayscale: #3C3C3C. Windows color (decimal): -15644053 or 7031313. OLE color: 7031313.
HSL color Cylindrical-coordinate representation of color #114A6B: hue angle of 202º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #114A6B is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 74 | 107 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.58 |
| HSL | 202º | 0.73% | 0.24% | - |
| HSV(B) | 202º | 0.84% | 0.42% | - |
| XYZ | 5.33 | 6.08 | 14.8 | - |
| YUV | 60.72 | 154.12 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 107 | 0.84 | 0.31 | 0 | 0.58 | 202 | 0.73 | 0.24 |
| Hex | 11 | 4A | 6B | 54 | 1F | 0 | 3A | CA | 49 | 18 |
| Octal | 21 | 112 | 153 | 124 | 37 | 0 | 72 | 312 | 111 | 30 |
| Binary | 10001 | 1001010 | 1101011 | 1010100 | 11111 | 0 | 111010 | 11001010 | 1001001 | 11000 |
Color Harmonies of #114A6B
Complementary color
Monochromatic Colors of #114A6B
Black with #114A6B
Text Example
Text Example
White with #114A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A6B; }
p { color: rgb(17,74,107); }
H1.HeaderClassName
{
color: #114A6B;
}
.AnyTagClassName
{
color: #114A6B;
}
</style>
background-color css
<style>
a { background-color: #114A6B; }
a { background-color: rgb(17,74,107); }
div.DivClassName
{
background-color: #114A6B;
}
.BgClassName
{
background-color: #114A6B;
}
</style>
border-color css
<style>
span { border-color: #114A6B; }
span { border-color: rgb(17,74,107); }
td.TdClassName
{
border-color: #114A6B;
}
.TagClassName
{
border-color: #114A6B;
}
</style>