Shades of Navy Blue #114DF2
Tints of Navy Blue #114DF2
RGB
CMYK
RGB Variations
Color information
#114DF2 (or 0x114DF2) is known color: Navy Blue. HEX triplet: 11, 4D and F2. RGB value is (17,77,242). Sum of RGB (Red+Green+Blue) = 17+77+242=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 242 (94.92% from 255 or 72.02% from 336); Max value from RGB is 242 - color contains mainly: blue. Hex color #114DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114DF2 is #EEB20D. Grayscale: #4D4D4D. Windows color (decimal): -15643150 or 15879441. OLE color: 15879441.
HSL color Cylindrical-coordinate representation of color #114DF2: hue angle of 224º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114DF2 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 77 | 242 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.05 |
| HSL | 224º | 0.9% | 0.51% | - |
| HSV(B) | 224º | 0.93% | 0.95% | - |
| XYZ | 18.91 | 11.84 | 85.29 | - |
| YUV | 77.87 | 220.62 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 242 | 0.93 | 0.68 | 0 | 0.05 | 224 | 0.9 | 0.51 |
| Hex | 11 | 4D | F2 | 5D | 44 | 0 | 5 | E0 | 5A | 33 |
| Octal | 21 | 115 | 362 | 135 | 104 | 0 | 5 | 340 | 132 | 63 |
| Binary | 10001 | 1001101 | 11110010 | 1011101 | 1000100 | 0 | 101 | 11100000 | 1011010 | 110011 |
Color Harmonies of #114DF2
Complementary color
Monochromatic Colors of #114DF2
Black with #114DF2
Text Example
Text Example
White with #114DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114DF2; }
p { color: rgb(17,77,242); }
H1.HeaderClassName
{
color: #114DF2;
}
.AnyTagClassName
{
color: #114DF2;
}
</style>
background-color css
<style>
a { background-color: #114DF2; }
a { background-color: rgb(17,77,242); }
div.DivClassName
{
background-color: #114DF2;
}
.BgClassName
{
background-color: #114DF2;
}
</style>
border-color css
<style>
span { border-color: #114DF2; }
span { border-color: rgb(17,77,242); }
td.TdClassName
{
border-color: #114DF2;
}
.TagClassName
{
border-color: #114DF2;
}
</style>