Shades of Navy Blue #115CFE
Tints of Navy Blue #115CFE
RGB
CMYK
RGB Variations
Color information
#115CFE (or 0x115CFE) is known color: Navy Blue. HEX triplet: 11, 5C and FE. RGB value is (17,92,254). Sum of RGB (Red+Green+Blue) = 17+92+254=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 254 (99.61% from 255 or 69.97% from 363); Max value from RGB is 254 - color contains mainly: blue. Hex color #115CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115CFE is #EEA301. Grayscale: #575757. Windows color (decimal): -15639298 or 16669713. OLE color: 16669713.
HSL color Cylindrical-coordinate representation of color #115CFE: hue angle of 221.01º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115CFE is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 92 | 254 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.00 |
| HSL | 221.01º | 0.99% | 0.53% | - |
| HSV(B) | 221.01º | 0.93% | 1% | - |
| XYZ | 21.95 | 14.93 | 95.49 | - |
| YUV | 88.04 | 221.65 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 254 | 0.93 | 0.64 | 0 | 0.00 | 221.01 | 0.99 | 0.53 |
| Hex | 11 | 5C | FE | 5D | 40 | 0 | 0 | DD | 63 | 35 |
| Octal | 21 | 134 | 376 | 135 | 100 | 0 | 0 | 335 | 143 | 65 |
| Binary | 10001 | 1011100 | 11111110 | 1011101 | 1000000 | 0 | 0 | 11011101 | 1100011 | 110101 |
Color Harmonies of #115CFE
Complementary color
Monochromatic Colors of #115CFE
Black with #115CFE
Text Example
Text Example
White with #115CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115CFE; }
p { color: rgb(17,92,254); }
H1.HeaderClassName
{
color: #115CFE;
}
.AnyTagClassName
{
color: #115CFE;
}
</style>
background-color css
<style>
a { background-color: #115CFE; }
a { background-color: rgb(17,92,254); }
div.DivClassName
{
background-color: #115CFE;
}
.BgClassName
{
background-color: #115CFE;
}
</style>
border-color css
<style>
span { border-color: #115CFE; }
span { border-color: rgb(17,92,254); }
td.TdClassName
{
border-color: #115CFE;
}
.TagClassName
{
border-color: #115CFE;
}
</style>