Shades of Navy Blue #115DFA
Tints of Navy Blue #115DFA
RGB
CMYK
RGB Variations
Color information
#115DFA (or 0x115DFA) is known color: Navy Blue. HEX triplet: 11, 5D and FA. RGB value is (17,93,250). Sum of RGB (Red+Green+Blue) = 17+93+250=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 250 (98.05% from 255 or 69.44% from 360); Max value from RGB is 250 - color contains mainly: blue. Hex color #115DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115DFA is #EEA205. Grayscale: #575757. Windows color (decimal): -15639046 or 16407825. OLE color: 16407825.
HSL color Cylindrical-coordinate representation of color #115DFA: hue angle of 220.43º 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 #115DFA is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 93 | 250 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.02 |
| HSL | 220.43º | 0.96% | 0.52% | - |
| HSV(B) | 220.43º | 0.93% | 0.98% | - |
| XYZ | 21.4 | 14.85 | 92.18 | - |
| YUV | 88.17 | 219.32 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 250 | 0.93 | 0.63 | 0 | 0.02 | 220.43 | 0.96 | 0.52 |
| Hex | 11 | 5D | FA | 5D | 3F | 0 | 2 | DC | 60 | 34 |
| Octal | 21 | 135 | 372 | 135 | 77 | 0 | 2 | 334 | 140 | 64 |
| Binary | 10001 | 1011101 | 11111010 | 1011101 | 111111 | 0 | 10 | 11011100 | 1100000 | 110100 |
Color Harmonies of #115DFA
Complementary color
Monochromatic Colors of #115DFA
Black with #115DFA
Text Example
Text Example
White with #115DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DFA; }
p { color: rgb(17,93,250); }
H1.HeaderClassName
{
color: #115DFA;
}
.AnyTagClassName
{
color: #115DFA;
}
</style>
background-color css
<style>
a { background-color: #115DFA; }
a { background-color: rgb(17,93,250); }
div.DivClassName
{
background-color: #115DFA;
}
.BgClassName
{
background-color: #115DFA;
}
</style>
border-color css
<style>
span { border-color: #115DFA; }
span { border-color: rgb(17,93,250); }
td.TdClassName
{
border-color: #115DFA;
}
.TagClassName
{
border-color: #115DFA;
}
</style>