Shades of Navy Blue #115AF9
Tints of Navy Blue #115AF9
RGB
CMYK
RGB Variations
Color information
#115AF9 (or 0x115AF9) is known color: Navy Blue. HEX triplet: 11, 5A and F9. RGB value is (17,90,249). Sum of RGB (Red+Green+Blue) = 17+90+249=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 249 (97.66% from 255 or 69.94% from 356); Max value from RGB is 249 - color contains mainly: blue. Hex color #115AF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115AF9 is #EEA506. Grayscale: #555555. Windows color (decimal): -15639815 or 16341521. OLE color: 16341521.
HSL color Cylindrical-coordinate representation of color #115AF9: hue angle of 221.12º degrees, saturation: 0.95, 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 #115AF9 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 90 | 249 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.02 |
| HSL | 221.12º | 0.95% | 0.52% | - |
| HSV(B) | 221.12º | 0.93% | 0.98% | - |
| XYZ | 20.99 | 14.27 | 91.27 | - |
| YUV | 86.3 | 219.82 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 249 | 0.93 | 0.64 | 0 | 0.02 | 221.12 | 0.95 | 0.52 |
| Hex | 11 | 5A | F9 | 5D | 40 | 0 | 2 | DD | 5F | 34 |
| Octal | 21 | 132 | 371 | 135 | 100 | 0 | 2 | 335 | 137 | 64 |
| Binary | 10001 | 1011010 | 11111001 | 1011101 | 1000000 | 0 | 10 | 11011101 | 1011111 | 110100 |
Color Harmonies of #115AF9
Complementary color
Monochromatic Colors of #115AF9
Black with #115AF9
Text Example
Text Example
White with #115AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115AF9; }
p { color: rgb(17,90,249); }
H1.HeaderClassName
{
color: #115AF9;
}
.AnyTagClassName
{
color: #115AF9;
}
</style>
background-color css
<style>
a { background-color: #115AF9; }
a { background-color: rgb(17,90,249); }
div.DivClassName
{
background-color: #115AF9;
}
.BgClassName
{
background-color: #115AF9;
}
</style>
border-color css
<style>
span { border-color: #115AF9; }
span { border-color: rgb(17,90,249); }
td.TdClassName
{
border-color: #115AF9;
}
.TagClassName
{
border-color: #115AF9;
}
</style>