Shades of Navy Blue #115CF6
Tints of Navy Blue #115CF6
RGB
CMYK
RGB Variations
Color information
#115CF6 (or 0x115CF6) is known color: Navy Blue. HEX triplet: 11, 5C and F6. RGB value is (17,92,246). Sum of RGB (Red+Green+Blue) = 17+92+246=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 246 (96.48% from 255 or 69.30% from 355); Max value from RGB is 246 - color contains mainly: blue. Hex color #115CF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115CF6 is #EEA309. Grayscale: #565656. Windows color (decimal): -15639306 or 16145425. OLE color: 16145425.
HSL color Cylindrical-coordinate representation of color #115CF6: hue angle of 220.35º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115CF6 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 92 | 246 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.04 |
| HSL | 220.35º | 0.93% | 0.52% | - |
| HSV(B) | 220.35º | 0.93% | 0.96% | - |
| XYZ | 20.69 | 14.43 | 88.88 | - |
| YUV | 87.13 | 217.65 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 246 | 0.93 | 0.63 | 0 | 0.04 | 220.35 | 0.93 | 0.52 |
| Hex | 11 | 5C | F6 | 5D | 3F | 0 | 4 | DC | 5D | 34 |
| Octal | 21 | 134 | 366 | 135 | 77 | 0 | 4 | 334 | 135 | 64 |
| Binary | 10001 | 1011100 | 11110110 | 1011101 | 111111 | 0 | 100 | 11011100 | 1011101 | 110100 |
Color Harmonies of #115CF6
Complementary color
Monochromatic Colors of #115CF6
Black with #115CF6
Text Example
Text Example
White with #115CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115CF6; }
p { color: rgb(17,92,246); }
H1.HeaderClassName
{
color: #115CF6;
}
.AnyTagClassName
{
color: #115CF6;
}
</style>
background-color css
<style>
a { background-color: #115CF6; }
a { background-color: rgb(17,92,246); }
div.DivClassName
{
background-color: #115CF6;
}
.BgClassName
{
background-color: #115CF6;
}
</style>
border-color css
<style>
span { border-color: #115CF6; }
span { border-color: rgb(17,92,246); }
td.TdClassName
{
border-color: #115CF6;
}
.TagClassName
{
border-color: #115CF6;
}
</style>