Shades of Navy Blue #115FF8
Tints of Navy Blue #115FF8
RGB
CMYK
RGB Variations
Color information
#115FF8 (or 0x115FF8) is known color: Navy Blue. HEX triplet: 11, 5F and F8. RGB value is (17,95,248). Sum of RGB (Red+Green+Blue) = 17+95+248=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 248 (97.27% from 255 or 68.89% from 360); Max value from RGB is 248 - color contains mainly: blue. Hex color #115FF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115FF8 is #EEA007. Grayscale: #585858. Windows color (decimal): -15638536 or 16277265. OLE color: 16277265.
HSL color Cylindrical-coordinate representation of color #115FF8: hue angle of 219.74º 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 #115FF8 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 95 | 248 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.03 |
| HSL | 219.74º | 0.94% | 0.52% | - |
| HSV(B) | 219.74º | 0.93% | 0.97% | - |
| XYZ | 21.27 | 15.08 | 90.6 | - |
| YUV | 89.12 | 217.66 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 248 | 0.93 | 0.62 | 0 | 0.03 | 219.74 | 0.94 | 0.52 |
| Hex | 11 | 5F | F8 | 5D | 3E | 0 | 3 | DC | 5E | 34 |
| Octal | 21 | 137 | 370 | 135 | 76 | 0 | 3 | 334 | 136 | 64 |
| Binary | 10001 | 1011111 | 11111000 | 1011101 | 111110 | 0 | 11 | 11011100 | 1011110 | 110100 |
Color Harmonies of #115FF8
Complementary color
Monochromatic Colors of #115FF8
Black with #115FF8
Text Example
Text Example
White with #115FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FF8; }
p { color: rgb(17,95,248); }
H1.HeaderClassName
{
color: #115FF8;
}
.AnyTagClassName
{
color: #115FF8;
}
</style>
background-color css
<style>
a { background-color: #115FF8; }
a { background-color: rgb(17,95,248); }
div.DivClassName
{
background-color: #115FF8;
}
.BgClassName
{
background-color: #115FF8;
}
</style>
border-color css
<style>
span { border-color: #115FF8; }
span { border-color: rgb(17,95,248); }
td.TdClassName
{
border-color: #115FF8;
}
.TagClassName
{
border-color: #115FF8;
}
</style>