Shades of Navy Blue #115EF4
Tints of Navy Blue #115EF4
RGB
CMYK
RGB Variations
Color information
#115EF4 (or 0x115EF4) is known color: Navy Blue. HEX triplet: 11, 5E and F4. RGB value is (17,94,244). Sum of RGB (Red+Green+Blue) = 17+94+244=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 244 (95.70% from 255 or 68.73% from 355); Max value from RGB is 244 - color contains mainly: blue. Hex color #115EF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115EF4 is #EEA10B. Grayscale: #575757. Windows color (decimal): -15638796 or 16014865. OLE color: 16014865.
HSL color Cylindrical-coordinate representation of color #115EF4: hue angle of 219.65º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115EF4 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 94 | 244 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.04 |
| HSL | 219.65º | 0.91% | 0.51% | - |
| HSV(B) | 219.65º | 0.93% | 0.96% | - |
| XYZ | 20.56 | 14.66 | 87.33 | - |
| YUV | 88.08 | 215.99 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 244 | 0.93 | 0.61 | 0 | 0.04 | 219.65 | 0.91 | 0.51 |
| Hex | 11 | 5E | F4 | 5D | 3D | 0 | 4 | DC | 5B | 33 |
| Octal | 21 | 136 | 364 | 135 | 75 | 0 | 4 | 334 | 133 | 63 |
| Binary | 10001 | 1011110 | 11110100 | 1011101 | 111101 | 0 | 100 | 11011100 | 1011011 | 110011 |
Color Harmonies of #115EF4
Complementary color
Monochromatic Colors of #115EF4
Black with #115EF4
Text Example
Text Example
White with #115EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115EF4; }
p { color: rgb(17,94,244); }
H1.HeaderClassName
{
color: #115EF4;
}
.AnyTagClassName
{
color: #115EF4;
}
</style>
background-color css
<style>
a { background-color: #115EF4; }
a { background-color: rgb(17,94,244); }
div.DivClassName
{
background-color: #115EF4;
}
.BgClassName
{
background-color: #115EF4;
}
</style>
border-color css
<style>
span { border-color: #115EF4; }
span { border-color: rgb(17,94,244); }
td.TdClassName
{
border-color: #115EF4;
}
.TagClassName
{
border-color: #115EF4;
}
</style>