Shades of Navy Blue #114CEC
Tints of Navy Blue #114CEC
RGB
CMYK
RGB Variations
Color information
#114CEC (or 0x114CEC) is known color: Navy Blue. HEX triplet: 11, 4C and EC. RGB value is (17,76,236). Sum of RGB (Red+Green+Blue) = 17+76+236=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #114CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114CEC is #EEB313. Grayscale: #4B4B4B. Windows color (decimal): -15643412 or 15485969. OLE color: 15485969.
HSL color Cylindrical-coordinate representation of color #114CEC: hue angle of 223.84º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114CEC is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 76 | 236 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.07 |
| HSL | 223.84º | 0.87% | 0.5% | - |
| HSV(B) | 223.84º | 0.93% | 0.93% | - |
| XYZ | 17.96 | 11.34 | 80.6 | - |
| YUV | 76.6 | 217.95 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 236 | 0.93 | 0.68 | 0 | 0.07 | 223.84 | 0.87 | 0.5 |
| Hex | 11 | 4C | EC | 5D | 44 | 0 | 7 | E0 | 57 | 32 |
| Octal | 21 | 114 | 354 | 135 | 104 | 0 | 7 | 340 | 127 | 62 |
| Binary | 10001 | 1001100 | 11101100 | 1011101 | 1000100 | 0 | 111 | 11100000 | 1010111 | 110010 |
Color Harmonies of #114CEC
Complementary color
Monochromatic Colors of #114CEC
Black with #114CEC
Text Example
Text Example
White with #114CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114CEC; }
p { color: rgb(17,76,236); }
H1.HeaderClassName
{
color: #114CEC;
}
.AnyTagClassName
{
color: #114CEC;
}
</style>
background-color css
<style>
a { background-color: #114CEC; }
a { background-color: rgb(17,76,236); }
div.DivClassName
{
background-color: #114CEC;
}
.BgClassName
{
background-color: #114CEC;
}
</style>
border-color css
<style>
span { border-color: #114CEC; }
span { border-color: rgb(17,76,236); }
td.TdClassName
{
border-color: #114CEC;
}
.TagClassName
{
border-color: #114CEC;
}
</style>