Shades of Navy Blue #115BF0
Tints of Navy Blue #115BF0
RGB
CMYK
RGB Variations
Color information
#115BF0 (or 0x115BF0) is known color: Navy Blue. HEX triplet: 11, 5B and F0. RGB value is (17,91,240). Sum of RGB (Red+Green+Blue) = 17+91+240=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 240 (94.14% from 255 or 68.97% from 348); Max value from RGB is 240 - color contains mainly: blue. Hex color #115BF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115BF0 is #EEA40F. Grayscale: #555555. Windows color (decimal): -15639568 or 15751953. OLE color: 15751953.
HSL color Cylindrical-coordinate representation of color #115BF0: hue angle of 220.09º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115BF0 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 91 | 240 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.06 |
| HSL | 220.09º | 0.88% | 0.5% | - |
| HSV(B) | 220.09º | 0.93% | 0.94% | - |
| XYZ | 19.7 | 13.89 | 84.08 | - |
| YUV | 85.86 | 214.98 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 240 | 0.93 | 0.62 | 0 | 0.06 | 220.09 | 0.88 | 0.5 |
| Hex | 11 | 5B | F0 | 5D | 3E | 0 | 6 | DC | 58 | 32 |
| Octal | 21 | 133 | 360 | 135 | 76 | 0 | 6 | 334 | 130 | 62 |
| Binary | 10001 | 1011011 | 11110000 | 1011101 | 111110 | 0 | 110 | 11011100 | 1011000 | 110010 |
Color Harmonies of #115BF0
Complementary color
Monochromatic Colors of #115BF0
Black with #115BF0
Text Example
Text Example
White with #115BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BF0; }
p { color: rgb(17,91,240); }
H1.HeaderClassName
{
color: #115BF0;
}
.AnyTagClassName
{
color: #115BF0;
}
</style>
background-color css
<style>
a { background-color: #115BF0; }
a { background-color: rgb(17,91,240); }
div.DivClassName
{
background-color: #115BF0;
}
.BgClassName
{
background-color: #115BF0;
}
</style>
border-color css
<style>
span { border-color: #115BF0; }
span { border-color: rgb(17,91,240); }
td.TdClassName
{
border-color: #115BF0;
}
.TagClassName
{
border-color: #115BF0;
}
</style>