Shades of Navy Blue #114CEA
Tints of Navy Blue #114CEA
RGB
CMYK
RGB Variations
Color information
#114CEA (or 0x114CEA) is known color: Navy Blue. HEX triplet: 11, 4C and EA. RGB value is (17,76,234). Sum of RGB (Red+Green+Blue) = 17+76+234=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 234 (91.80% from 255 or 71.56% from 327); Max value from RGB is 234 - color contains mainly: blue. Hex color #114CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114CEA is #EEB315. Grayscale: #4B4B4B. Windows color (decimal): -15643414 or 15354897. OLE color: 15354897.
HSL color Cylindrical-coordinate representation of color #114CEA: hue angle of 223.69º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114CEA is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 76 | 234 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.08 |
| HSL | 223.69º | 0.86% | 0.49% | - |
| HSV(B) | 223.69º | 0.93% | 0.92% | - |
| XYZ | 17.67 | 11.23 | 79.08 | - |
| YUV | 76.37 | 216.95 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 234 | 0.93 | 0.68 | 0 | 0.08 | 223.69 | 0.86 | 0.49 |
| Hex | 11 | 4C | EA | 5D | 44 | 0 | 8 | E0 | 56 | 31 |
| Octal | 21 | 114 | 352 | 135 | 104 | 0 | 10 | 340 | 126 | 61 |
| Binary | 10001 | 1001100 | 11101010 | 1011101 | 1000100 | 0 | 1000 | 11100000 | 1010110 | 110001 |
Color Harmonies of #114CEA
Complementary color
Monochromatic Colors of #114CEA
Black with #114CEA
Text Example
Text Example
White with #114CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114CEA; }
p { color: rgb(17,76,234); }
H1.HeaderClassName
{
color: #114CEA;
}
.AnyTagClassName
{
color: #114CEA;
}
</style>
background-color css
<style>
a { background-color: #114CEA; }
a { background-color: rgb(17,76,234); }
div.DivClassName
{
background-color: #114CEA;
}
.BgClassName
{
background-color: #114CEA;
}
</style>
border-color css
<style>
span { border-color: #114CEA; }
span { border-color: rgb(17,76,234); }
td.TdClassName
{
border-color: #114CEA;
}
.TagClassName
{
border-color: #114CEA;
}
</style>