Shades of Navy Blue #114BED
Tints of Navy Blue #114BED
RGB
CMYK
RGB Variations
Color information
#114BED (or 0x114BED) is known color: Navy Blue. HEX triplet: 11, 4B and ED. RGB value is (17,75,237). Sum of RGB (Red+Green+Blue) = 17+75+237=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #114BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114BED is #EEB412. Grayscale: #4B4B4B. Windows color (decimal): -15643667 or 15551249. OLE color: 15551249.
HSL color Cylindrical-coordinate representation of color #114BED: hue angle of 224.18º 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 #114BED is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 75 | 237 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.07 |
| HSL | 224.18º | 0.87% | 0.5% | - |
| HSV(B) | 224.18º | 0.93% | 0.93% | - |
| XYZ | 18.03 | 11.27 | 81.34 | - |
| YUV | 76.13 | 218.78 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 75 | 237 | 0.93 | 0.68 | 0 | 0.07 | 224.18 | 0.87 | 0.5 |
| Hex | 11 | 4B | ED | 5D | 44 | 0 | 7 | E0 | 57 | 32 |
| Octal | 21 | 113 | 355 | 135 | 104 | 0 | 7 | 340 | 127 | 62 |
| Binary | 10001 | 1001011 | 11101101 | 1011101 | 1000100 | 0 | 111 | 11100000 | 1010111 | 110010 |
Color Harmonies of #114BED
Complementary color
Monochromatic Colors of #114BED
Black with #114BED
Text Example
Text Example
White with #114BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114BED; }
p { color: rgb(17,75,237); }
H1.HeaderClassName
{
color: #114BED;
}
.AnyTagClassName
{
color: #114BED;
}
</style>
background-color css
<style>
a { background-color: #114BED; }
a { background-color: rgb(17,75,237); }
div.DivClassName
{
background-color: #114BED;
}
.BgClassName
{
background-color: #114BED;
}
</style>
border-color css
<style>
span { border-color: #114BED; }
span { border-color: rgb(17,75,237); }
td.TdClassName
{
border-color: #114BED;
}
.TagClassName
{
border-color: #114BED;
}
</style>