Shades of Navy Blue #115DFB
Tints of Navy Blue #115DFB
RGB
CMYK
RGB Variations
Color information
#115DFB (or 0x115DFB) is known color: Navy Blue. HEX triplet: 11, 5D and FB. RGB value is (17,93,251). Sum of RGB (Red+Green+Blue) = 17+93+251=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #115DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115DFB is #EEA204. Grayscale: #575757. Windows color (decimal): -15639045 or 16473361. OLE color: 16473361.
HSL color Cylindrical-coordinate representation of color #115DFB: hue angle of 220.51º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115DFB is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 93 | 251 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.02 |
| HSL | 220.51º | 0.97% | 0.53% | - |
| HSV(B) | 220.51º | 0.93% | 0.98% | - |
| XYZ | 21.56 | 14.91 | 93.01 | - |
| YUV | 88.29 | 219.82 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 251 | 0.93 | 0.63 | 0 | 0.02 | 220.51 | 0.97 | 0.53 |
| Hex | 11 | 5D | FB | 5D | 3F | 0 | 2 | DD | 61 | 35 |
| Octal | 21 | 135 | 373 | 135 | 77 | 0 | 2 | 335 | 141 | 65 |
| Binary | 10001 | 1011101 | 11111011 | 1011101 | 111111 | 0 | 10 | 11011101 | 1100001 | 110101 |
Color Harmonies of #115DFB
Complementary color
Monochromatic Colors of #115DFB
Black with #115DFB
Text Example
Text Example
White with #115DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DFB; }
p { color: rgb(17,93,251); }
H1.HeaderClassName
{
color: #115DFB;
}
.AnyTagClassName
{
color: #115DFB;
}
</style>
background-color css
<style>
a { background-color: #115DFB; }
a { background-color: rgb(17,93,251); }
div.DivClassName
{
background-color: #115DFB;
}
.BgClassName
{
background-color: #115DFB;
}
</style>
border-color css
<style>
span { border-color: #115DFB; }
span { border-color: rgb(17,93,251); }
td.TdClassName
{
border-color: #115DFB;
}
.TagClassName
{
border-color: #115DFB;
}
</style>