Shades of Navy Blue #115AFF
Tints of Navy Blue #115AFF
RGB
CMYK
RGB Variations
Color information
#115AFF (or 0x115AFF) is known color: Navy Blue. HEX triplet: 11, 5A and FF. RGB value is (17,90,255). Sum of RGB (Red+Green+Blue) = 17+90+255=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #115AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115AFF is #EEA500. Grayscale: #565656. Windows color (decimal): -15639809 or 16734737. OLE color: 16734737.
HSL color Cylindrical-coordinate representation of color #115AFF: hue angle of 221.6º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115AFF is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 90 | 255 | - |
| CMYK | 0.93 | 0.65 | 0 | 0 |
| HSL | 221.6º | 1% | 0.53% | - |
| HSV(B) | 221.6º | 0.93% | 1% | - |
| XYZ | 21.94 | 14.65 | 96.28 | - |
| YUV | 86.98 | 222.82 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 255 | 0.93 | 0.65 | 0 | 0 | 221.6 | 1 | 0.53 |
| Hex | 11 | 5A | FF | 5D | 41 | 0 | 0 | DE | 64 | 35 |
| Octal | 21 | 132 | 377 | 135 | 101 | 0 | 0 | 336 | 144 | 65 |
| Binary | 10001 | 1011010 | 11111111 | 1011101 | 1000001 | 0 | 0 | 11011110 | 1100100 | 110101 |
Color Harmonies of #115AFF
Complementary color
Monochromatic Colors of #115AFF
Black with #115AFF
Text Example
Text Example
White with #115AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115AFF; }
p { color: rgb(17,90,255); }
H1.HeaderClassName
{
color: #115AFF;
}
.AnyTagClassName
{
color: #115AFF;
}
</style>
background-color css
<style>
a { background-color: #115AFF; }
a { background-color: rgb(17,90,255); }
div.DivClassName
{
background-color: #115AFF;
}
.BgClassName
{
background-color: #115AFF;
}
</style>
border-color css
<style>
span { border-color: #115AFF; }
span { border-color: rgb(17,90,255); }
td.TdClassName
{
border-color: #115AFF;
}
.TagClassName
{
border-color: #115AFF;
}
</style>