Shades of Navy Blue #115BF8
Tints of Navy Blue #115BF8
RGB
CMYK
RGB Variations
Color information
#115BF8 (or 0x115BF8) is known color: Navy Blue. HEX triplet: 11, 5B and F8. RGB value is (17,91,248). Sum of RGB (Red+Green+Blue) = 17+91+248=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 248 (97.27% from 255 or 69.66% from 356); Max value from RGB is 248 - color contains mainly: blue. Hex color #115BF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115BF8 is #EEA407. Grayscale: #565656. Windows color (decimal): -15639560 or 16276241. OLE color: 16276241.
HSL color Cylindrical-coordinate representation of color #115BF8: hue angle of 220.78º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115BF8 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 91 | 248 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.03 |
| HSL | 220.78º | 0.94% | 0.52% | - |
| HSV(B) | 220.78º | 0.93% | 0.97% | - |
| XYZ | 20.92 | 14.38 | 90.48 | - |
| YUV | 86.77 | 218.98 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 248 | 0.93 | 0.63 | 0 | 0.03 | 220.78 | 0.94 | 0.52 |
| Hex | 11 | 5B | F8 | 5D | 3F | 0 | 3 | DD | 5E | 34 |
| Octal | 21 | 133 | 370 | 135 | 77 | 0 | 3 | 335 | 136 | 64 |
| Binary | 10001 | 1011011 | 11111000 | 1011101 | 111111 | 0 | 11 | 11011101 | 1011110 | 110100 |
Color Harmonies of #115BF8
Complementary color
Monochromatic Colors of #115BF8
Black with #115BF8
Text Example
Text Example
White with #115BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BF8; }
p { color: rgb(17,91,248); }
H1.HeaderClassName
{
color: #115BF8;
}
.AnyTagClassName
{
color: #115BF8;
}
</style>
background-color css
<style>
a { background-color: #115BF8; }
a { background-color: rgb(17,91,248); }
div.DivClassName
{
background-color: #115BF8;
}
.BgClassName
{
background-color: #115BF8;
}
</style>
border-color css
<style>
span { border-color: #115BF8; }
span { border-color: rgb(17,91,248); }
td.TdClassName
{
border-color: #115BF8;
}
.TagClassName
{
border-color: #115BF8;
}
</style>