Shades of Navy Blue #114CED
Tints of Navy Blue #114CED
RGB
CMYK
RGB Variations
Color information
#114CED (or 0x114CED) is known color: Navy Blue. HEX triplet: 11, 4C and ED. RGB value is (17,76,237). Sum of RGB (Red+Green+Blue) = 17+76+237=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 237 (92.97% from 255 or 71.82% from 330); Max value from RGB is 237 - color contains mainly: blue. Hex color #114CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114CED is #EEB312. Grayscale: #4C4C4C. Windows color (decimal): -15643411 or 15551505. OLE color: 15551505.
HSL color Cylindrical-coordinate representation of color #114CED: hue angle of 223.91º 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 #114CED is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 76 | 237 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.07 |
| HSL | 223.91º | 0.87% | 0.5% | - |
| HSV(B) | 223.91º | 0.93% | 0.93% | - |
| XYZ | 18.1 | 11.4 | 81.37 | - |
| YUV | 76.71 | 218.45 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 237 | 0.93 | 0.68 | 0 | 0.07 | 223.91 | 0.87 | 0.5 |
| Hex | 11 | 4C | ED | 5D | 44 | 0 | 7 | E0 | 57 | 32 |
| Octal | 21 | 114 | 355 | 135 | 104 | 0 | 7 | 340 | 127 | 62 |
| Binary | 10001 | 1001100 | 11101101 | 1011101 | 1000100 | 0 | 111 | 11100000 | 1010111 | 110010 |
Color Harmonies of #114CED
Complementary color
Monochromatic Colors of #114CED
Black with #114CED
Text Example
Text Example
White with #114CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114CED; }
p { color: rgb(17,76,237); }
H1.HeaderClassName
{
color: #114CED;
}
.AnyTagClassName
{
color: #114CED;
}
</style>
background-color css
<style>
a { background-color: #114CED; }
a { background-color: rgb(17,76,237); }
div.DivClassName
{
background-color: #114CED;
}
.BgClassName
{
background-color: #114CED;
}
</style>
border-color css
<style>
span { border-color: #114CED; }
span { border-color: rgb(17,76,237); }
td.TdClassName
{
border-color: #114CED;
}
.TagClassName
{
border-color: #114CED;
}
</style>