Shades of Navy Blue #115BFA
Tints of Navy Blue #115BFA
RGB
CMYK
RGB Variations
Color information
#115BFA (or 0x115BFA) is known color: Navy Blue. HEX triplet: 11, 5B and FA. RGB value is (17,91,250). Sum of RGB (Red+Green+Blue) = 17+91+250=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #115BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115BFA is #EEA405. Grayscale: #565656. Windows color (decimal): -15639558 or 16407313. OLE color: 16407313.
HSL color Cylindrical-coordinate representation of color #115BFA: hue angle of 220.94º 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 #115BFA is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 91 | 250 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.02 |
| HSL | 220.94º | 0.96% | 0.52% | - |
| HSV(B) | 220.94º | 0.93% | 0.98% | - |
| XYZ | 21.23 | 14.5 | 92.12 | - |
| YUV | 87 | 219.98 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 250 | 0.93 | 0.64 | 0 | 0.02 | 220.94 | 0.96 | 0.52 |
| Hex | 11 | 5B | FA | 5D | 40 | 0 | 2 | DD | 60 | 34 |
| Octal | 21 | 133 | 372 | 135 | 100 | 0 | 2 | 335 | 140 | 64 |
| Binary | 10001 | 1011011 | 11111010 | 1011101 | 1000000 | 0 | 10 | 11011101 | 1100000 | 110100 |
Color Harmonies of #115BFA
Complementary color
Monochromatic Colors of #115BFA
Black with #115BFA
Text Example
Text Example
White with #115BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BFA; }
p { color: rgb(17,91,250); }
H1.HeaderClassName
{
color: #115BFA;
}
.AnyTagClassName
{
color: #115BFA;
}
</style>
background-color css
<style>
a { background-color: #115BFA; }
a { background-color: rgb(17,91,250); }
div.DivClassName
{
background-color: #115BFA;
}
.BgClassName
{
background-color: #115BFA;
}
</style>
border-color css
<style>
span { border-color: #115BFA; }
span { border-color: rgb(17,91,250); }
td.TdClassName
{
border-color: #115BFA;
}
.TagClassName
{
border-color: #115BFA;
}
</style>