Shades of Navy Blue #114CE0
Tints of Navy Blue #114CE0
RGB
CMYK
RGB Variations
Color information
#114CE0 (or 0x114CE0) is known color: Navy Blue. HEX triplet: 11, 4C and E0. RGB value is (17,76,224). Sum of RGB (Red+Green+Blue) = 17+76+224=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 224 (87.89% from 255 or 70.66% from 317); Max value from RGB is 224 - color contains mainly: blue. Hex color #114CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CE0 is #EEB31F. Grayscale: #4A4A4A. Windows color (decimal): -15643424 or 14699537. OLE color: 14699537.
HSL color Cylindrical-coordinate representation of color #114CE0: hue angle of 222.9º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114CE0 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 76 | 224 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.12 |
| HSL | 222.9º | 0.86% | 0.47% | - |
| HSV(B) | 222.9º | 0.92% | 0.88% | - |
| XYZ | 16.27 | 10.67 | 71.72 | - |
| YUV | 75.23 | 211.95 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 224 | 0.92 | 0.66 | 0 | 0.12 | 222.9 | 0.86 | 0.47 |
| Hex | 11 | 4C | E0 | 5C | 42 | 0 | C | DF | 56 | 2F |
| Octal | 21 | 114 | 340 | 134 | 102 | 0 | 14 | 337 | 126 | 57 |
| Binary | 10001 | 1001100 | 11100000 | 1011100 | 1000010 | 0 | 1100 | 11011111 | 1010110 | 101111 |
Color Harmonies of #114CE0
Complementary color
Monochromatic Colors of #114CE0
Black with #114CE0
Text Example
Text Example
White with #114CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114CE0; }
p { color: rgb(17,76,224); }
H1.HeaderClassName
{
color: #114CE0;
}
.AnyTagClassName
{
color: #114CE0;
}
</style>
background-color css
<style>
a { background-color: #114CE0; }
a { background-color: rgb(17,76,224); }
div.DivClassName
{
background-color: #114CE0;
}
.BgClassName
{
background-color: #114CE0;
}
</style>
border-color css
<style>
span { border-color: #114CE0; }
span { border-color: rgb(17,76,224); }
td.TdClassName
{
border-color: #114CE0;
}
.TagClassName
{
border-color: #114CE0;
}
</style>