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