Shades of Navy Blue #115DF2
Tints of Navy Blue #115DF2
RGB
CMYK
RGB Variations
Color information
#115DF2 (or 0x115DF2) is known color: Navy Blue. HEX triplet: 11, 5D and F2. RGB value is (17,93,242). Sum of RGB (Red+Green+Blue) = 17+93+242=352 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.83% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 242 (94.92% from 255 or 68.75% from 352); Max value from RGB is 242 - color contains mainly: blue. Hex color #115DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115DF2 is #EEA20D. Grayscale: #565656. Windows color (decimal): -15639054 or 15883537. OLE color: 15883537.
HSL color Cylindrical-coordinate representation of color #115DF2: hue angle of 219.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115DF2 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 93 | 242 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.05 |
| HSL | 219.73º | 0.9% | 0.51% | - |
| HSV(B) | 219.73º | 0.93% | 0.95% | - |
| XYZ | 20.17 | 14.36 | 85.71 | - |
| YUV | 87.26 | 215.32 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 242 | 0.93 | 0.62 | 0 | 0.05 | 219.73 | 0.9 | 0.51 |
| Hex | 11 | 5D | F2 | 5D | 3E | 0 | 5 | DC | 5A | 33 |
| Octal | 21 | 135 | 362 | 135 | 76 | 0 | 5 | 334 | 132 | 63 |
| Binary | 10001 | 1011101 | 11110010 | 1011101 | 111110 | 0 | 101 | 11011100 | 1011010 | 110011 |
Color Harmonies of #115DF2
Complementary color
Monochromatic Colors of #115DF2
Black with #115DF2
Text Example
Text Example
White with #115DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DF2; }
p { color: rgb(17,93,242); }
H1.HeaderClassName
{
color: #115DF2;
}
.AnyTagClassName
{
color: #115DF2;
}
</style>
background-color css
<style>
a { background-color: #115DF2; }
a { background-color: rgb(17,93,242); }
div.DivClassName
{
background-color: #115DF2;
}
.BgClassName
{
background-color: #115DF2;
}
</style>
border-color css
<style>
span { border-color: #115DF2; }
span { border-color: rgb(17,93,242); }
td.TdClassName
{
border-color: #115DF2;
}
.TagClassName
{
border-color: #115DF2;
}
</style>