Shades of Navy Blue #114CE4
Tints of Navy Blue #114CE4
RGB
CMYK
RGB Variations
Color information
#114CE4 (or 0x114CE4) is known color: Navy Blue. HEX triplet: 11, 4C and E4. RGB value is (17,76,228). Sum of RGB (Red+Green+Blue) = 17+76+228=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 228 (89.45% from 255 or 71.03% from 321); Max value from RGB is 228 - color contains mainly: blue. Hex color #114CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CE4 is #EEB31B. Grayscale: #4B4B4B. Windows color (decimal): -15643420 or 14961681. OLE color: 14961681.
HSL color Cylindrical-coordinate representation of color #114CE4: hue angle of 223.22º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114CE4 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 76 | 228 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.11 |
| HSL | 223.22º | 0.86% | 0.48% | - |
| HSV(B) | 223.22º | 0.93% | 0.89% | - |
| XYZ | 16.82 | 10.89 | 74.61 | - |
| YUV | 75.69 | 213.95 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 228 | 0.93 | 0.67 | 0 | 0.11 | 223.22 | 0.86 | 0.48 |
| Hex | 11 | 4C | E4 | 5D | 43 | 0 | B | DF | 56 | 30 |
| Octal | 21 | 114 | 344 | 135 | 103 | 0 | 13 | 337 | 126 | 60 |
| Binary | 10001 | 1001100 | 11100100 | 1011101 | 1000011 | 0 | 1011 | 11011111 | 1010110 | 110000 |
Color Harmonies of #114CE4
Complementary color
Monochromatic Colors of #114CE4
Black with #114CE4
Text Example
Text Example
White with #114CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114CE4; }
p { color: rgb(17,76,228); }
H1.HeaderClassName
{
color: #114CE4;
}
.AnyTagClassName
{
color: #114CE4;
}
</style>
background-color css
<style>
a { background-color: #114CE4; }
a { background-color: rgb(17,76,228); }
div.DivClassName
{
background-color: #114CE4;
}
.BgClassName
{
background-color: #114CE4;
}
</style>
border-color css
<style>
span { border-color: #114CE4; }
span { border-color: rgb(17,76,228); }
td.TdClassName
{
border-color: #114CE4;
}
.TagClassName
{
border-color: #114CE4;
}
</style>