Shades of Dark Cerulean #114D8C
Tints of Dark Cerulean #114D8C
RGB
CMYK
RGB Variations
Color information
#114D8C (or 0x114D8C) is known color: Dark Cerulean. HEX triplet: 11, 4D and 8C. RGB value is (17,77,140). Sum of RGB (Red+Green+Blue) = 17+77+140=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #114D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114D8C is #EEB273. Grayscale: #414141. Windows color (decimal): -15643252 or 9194769. OLE color: 9194769.
HSL color Cylindrical-coordinate representation of color #114D8C: hue angle of 210.73º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #114D8C is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 77 | 140 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.45 |
| HSL | 210.73º | 0.78% | 0.31% | - |
| HSV(B) | 210.73º | 0.88% | 0.55% | - |
| XYZ | 7.62 | 7.32 | 25.82 | - |
| YUV | 66.24 | 169.62 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 140 | 0.88 | 0.45 | 0 | 0.45 | 210.73 | 0.78 | 0.31 |
| Hex | 11 | 4D | 8C | 58 | 2D | 0 | 2D | D3 | 4E | 1F |
| Octal | 21 | 115 | 214 | 130 | 55 | 0 | 55 | 323 | 116 | 37 |
| Binary | 10001 | 1001101 | 10001100 | 1011000 | 101101 | 0 | 101101 | 11010011 | 1001110 | 11111 |
Color Harmonies of #114D8C
Complementary color
Monochromatic Colors of #114D8C
Black with #114D8C
Text Example
Text Example
White with #114D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114D8C; }
p { color: rgb(17,77,140); }
H1.HeaderClassName
{
color: #114D8C;
}
.AnyTagClassName
{
color: #114D8C;
}
</style>
background-color css
<style>
a { background-color: #114D8C; }
a { background-color: rgb(17,77,140); }
div.DivClassName
{
background-color: #114D8C;
}
.BgClassName
{
background-color: #114D8C;
}
</style>
border-color css
<style>
span { border-color: #114D8C; }
span { border-color: rgb(17,77,140); }
td.TdClassName
{
border-color: #114D8C;
}
.TagClassName
{
border-color: #114D8C;
}
</style>