Shades of Navy Blue #115AFC
Tints of Navy Blue #115AFC
RGB
CMYK
RGB Variations
Color information
#115AFC (or 0x115AFC) is known color: Navy Blue. HEX triplet: 11, 5A and FC. RGB value is (17,90,252). Sum of RGB (Red+Green+Blue) = 17+90+252=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #115AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115AFC is #EEA503. Grayscale: #555555. Windows color (decimal): -15639812 or 16538129. OLE color: 16538129.
HSL color Cylindrical-coordinate representation of color #115AFC: hue angle of 221.36º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115AFC is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 90 | 252 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.01 |
| HSL | 221.36º | 0.98% | 0.53% | - |
| HSV(B) | 221.36º | 0.93% | 0.99% | - |
| XYZ | 21.46 | 14.46 | 93.76 | - |
| YUV | 86.64 | 221.32 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 252 | 0.93 | 0.64 | 0 | 0.01 | 221.36 | 0.98 | 0.53 |
| Hex | 11 | 5A | FC | 5D | 40 | 0 | 1 | DD | 62 | 35 |
| Octal | 21 | 132 | 374 | 135 | 100 | 0 | 1 | 335 | 142 | 65 |
| Binary | 10001 | 1011010 | 11111100 | 1011101 | 1000000 | 0 | 1 | 11011101 | 1100010 | 110101 |
Color Harmonies of #115AFC
Complementary color
Monochromatic Colors of #115AFC
Black with #115AFC
Text Example
Text Example
White with #115AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115AFC; }
p { color: rgb(17,90,252); }
H1.HeaderClassName
{
color: #115AFC;
}
.AnyTagClassName
{
color: #115AFC;
}
</style>
background-color css
<style>
a { background-color: #115AFC; }
a { background-color: rgb(17,90,252); }
div.DivClassName
{
background-color: #115AFC;
}
.BgClassName
{
background-color: #115AFC;
}
</style>
border-color css
<style>
span { border-color: #115AFC; }
span { border-color: rgb(17,90,252); }
td.TdClassName
{
border-color: #115AFC;
}
.TagClassName
{
border-color: #115AFC;
}
</style>