Shades of Navy Blue #115BFC
Tints of Navy Blue #115BFC
RGB
CMYK
RGB Variations
Color information
#115BFC (or 0x115BFC) is known color: Navy Blue. HEX triplet: 11, 5B and FC. RGB value is (17,91,252). Sum of RGB (Red+Green+Blue) = 17+91+252=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #115BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115BFC is #EEA403. Grayscale: #565656. Windows color (decimal): -15639556 or 16538385. OLE color: 16538385.
HSL color Cylindrical-coordinate representation of color #115BFC: hue angle of 221.11º 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 #115BFC is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 91 | 252 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.01 |
| HSL | 221.11º | 0.98% | 0.53% | - |
| HSV(B) | 221.11º | 0.93% | 0.99% | - |
| XYZ | 21.54 | 14.63 | 93.78 | - |
| YUV | 87.23 | 220.98 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 252 | 0.93 | 0.64 | 0 | 0.01 | 221.11 | 0.98 | 0.53 |
| Hex | 11 | 5B | FC | 5D | 40 | 0 | 1 | DD | 62 | 35 |
| Octal | 21 | 133 | 374 | 135 | 100 | 0 | 1 | 335 | 142 | 65 |
| Binary | 10001 | 1011011 | 11111100 | 1011101 | 1000000 | 0 | 1 | 11011101 | 1100010 | 110101 |
Color Harmonies of #115BFC
Complementary color
Monochromatic Colors of #115BFC
Black with #115BFC
Text Example
Text Example
White with #115BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BFC; }
p { color: rgb(17,91,252); }
H1.HeaderClassName
{
color: #115BFC;
}
.AnyTagClassName
{
color: #115BFC;
}
</style>
background-color css
<style>
a { background-color: #115BFC; }
a { background-color: rgb(17,91,252); }
div.DivClassName
{
background-color: #115BFC;
}
.BgClassName
{
background-color: #115BFC;
}
</style>
border-color css
<style>
span { border-color: #115BFC; }
span { border-color: rgb(17,91,252); }
td.TdClassName
{
border-color: #115BFC;
}
.TagClassName
{
border-color: #115BFC;
}
</style>