Shades of Navy Blue #115DF3
Tints of Navy Blue #115DF3
RGB
CMYK
RGB Variations
Color information
#115DF3 (or 0x115DF3) is known color: Navy Blue. HEX triplet: 11, 5D and F3. RGB value is (17,93,243). Sum of RGB (Red+Green+Blue) = 17+93+243=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 243 (95.31% from 255 or 68.84% from 353); Max value from RGB is 243 - color contains mainly: blue. Hex color #115DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115DF3 is #EEA20C. Grayscale: #565656. Windows color (decimal): -15639053 or 15949073. OLE color: 15949073.
HSL color Cylindrical-coordinate representation of color #115DF3: hue angle of 219.82º 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 #115DF3 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 93 | 243 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.05 |
| HSL | 219.82º | 0.9% | 0.51% | - |
| HSV(B) | 219.82º | 0.93% | 0.95% | - |
| XYZ | 20.32 | 14.42 | 86.51 | - |
| YUV | 87.38 | 215.82 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 243 | 0.93 | 0.62 | 0 | 0.05 | 219.82 | 0.9 | 0.51 |
| Hex | 11 | 5D | F3 | 5D | 3E | 0 | 5 | DC | 5A | 33 |
| Octal | 21 | 135 | 363 | 135 | 76 | 0 | 5 | 334 | 132 | 63 |
| Binary | 10001 | 1011101 | 11110011 | 1011101 | 111110 | 0 | 101 | 11011100 | 1011010 | 110011 |
Color Harmonies of #115DF3
Complementary color
Monochromatic Colors of #115DF3
Black with #115DF3
Text Example
Text Example
White with #115DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DF3; }
p { color: rgb(17,93,243); }
H1.HeaderClassName
{
color: #115DF3;
}
.AnyTagClassName
{
color: #115DF3;
}
</style>
background-color css
<style>
a { background-color: #115DF3; }
a { background-color: rgb(17,93,243); }
div.DivClassName
{
background-color: #115DF3;
}
.BgClassName
{
background-color: #115DF3;
}
</style>
border-color css
<style>
span { border-color: #115DF3; }
span { border-color: rgb(17,93,243); }
td.TdClassName
{
border-color: #115DF3;
}
.TagClassName
{
border-color: #115DF3;
}
</style>