Shades of Navy Blue #115AFA
Tints of Navy Blue #115AFA
RGB
CMYK
RGB Variations
Color information
#115AFA (or 0x115AFA) is known color: Navy Blue. HEX triplet: 11, 5A and FA. RGB value is (17,90,250). Sum of RGB (Red+Green+Blue) = 17+90+250=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #115AFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115AFA is #EEA505. Grayscale: #555555. Windows color (decimal): -15639814 or 16407057. OLE color: 16407057.
HSL color Cylindrical-coordinate representation of color #115AFA: hue angle of 221.2º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115AFA is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 90 | 250 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.02 |
| HSL | 221.2º | 0.96% | 0.52% | - |
| HSV(B) | 221.2º | 0.93% | 0.98% | - |
| XYZ | 21.14 | 14.33 | 92.09 | - |
| YUV | 86.41 | 220.32 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 250 | 0.93 | 0.64 | 0 | 0.02 | 221.2 | 0.96 | 0.52 |
| Hex | 11 | 5A | FA | 5D | 40 | 0 | 2 | DD | 60 | 34 |
| Octal | 21 | 132 | 372 | 135 | 100 | 0 | 2 | 335 | 140 | 64 |
| Binary | 10001 | 1011010 | 11111010 | 1011101 | 1000000 | 0 | 10 | 11011101 | 1100000 | 110100 |
Color Harmonies of #115AFA
Complementary color
Monochromatic Colors of #115AFA
Black with #115AFA
Text Example
Text Example
White with #115AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115AFA; }
p { color: rgb(17,90,250); }
H1.HeaderClassName
{
color: #115AFA;
}
.AnyTagClassName
{
color: #115AFA;
}
</style>
background-color css
<style>
a { background-color: #115AFA; }
a { background-color: rgb(17,90,250); }
div.DivClassName
{
background-color: #115AFA;
}
.BgClassName
{
background-color: #115AFA;
}
</style>
border-color css
<style>
span { border-color: #115AFA; }
span { border-color: rgb(17,90,250); }
td.TdClassName
{
border-color: #115AFA;
}
.TagClassName
{
border-color: #115AFA;
}
</style>