Shades of Navy Blue #115BFD
Tints of Navy Blue #115BFD
RGB
CMYK
RGB Variations
Color information
#115BFD (or 0x115BFD) is known color: Navy Blue. HEX triplet: 11, 5B and FD. RGB value is (17,91,253). Sum of RGB (Red+Green+Blue) = 17+91+253=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #115BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115BFD is #EEA402. Grayscale: #565656. Windows color (decimal): -15639555 or 16603921. OLE color: 16603921.
HSL color Cylindrical-coordinate representation of color #115BFD: hue angle of 221.19º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115BFD is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 91 | 253 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.01 |
| HSL | 221.19º | 0.98% | 0.53% | - |
| HSV(B) | 221.19º | 0.93% | 0.99% | - |
| XYZ | 21.7 | 14.69 | 94.62 | - |
| YUV | 87.34 | 221.48 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 253 | 0.93 | 0.64 | 0 | 0.01 | 221.19 | 0.98 | 0.53 |
| Hex | 11 | 5B | FD | 5D | 40 | 0 | 1 | DD | 62 | 35 |
| Octal | 21 | 133 | 375 | 135 | 100 | 0 | 1 | 335 | 142 | 65 |
| Binary | 10001 | 1011011 | 11111101 | 1011101 | 1000000 | 0 | 1 | 11011101 | 1100010 | 110101 |
Color Harmonies of #115BFD
Complementary color
Monochromatic Colors of #115BFD
Black with #115BFD
Text Example
Text Example
White with #115BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BFD; }
p { color: rgb(17,91,253); }
H1.HeaderClassName
{
color: #115BFD;
}
.AnyTagClassName
{
color: #115BFD;
}
</style>
background-color css
<style>
a { background-color: #115BFD; }
a { background-color: rgb(17,91,253); }
div.DivClassName
{
background-color: #115BFD;
}
.BgClassName
{
background-color: #115BFD;
}
</style>
border-color css
<style>
span { border-color: #115BFD; }
span { border-color: rgb(17,91,253); }
td.TdClassName
{
border-color: #115BFD;
}
.TagClassName
{
border-color: #115BFD;
}
</style>