Shades of Navy Blue #115CE1
Tints of Navy Blue #115CE1
RGB
CMYK
RGB Variations
Color information
#115CE1 (or 0x115CE1) is known color: Navy Blue. HEX triplet: 11, 5C and E1. RGB value is (17,92,225). Sum of RGB (Red+Green+Blue) = 17+92+225=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 225 (88.28% from 255 or 67.37% from 334); Max value from RGB is 225 - color contains mainly: blue. Hex color #115CE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115CE1 is #EEA31E. Grayscale: #545454. Windows color (decimal): -15639327 or 14769169. OLE color: 14769169.
HSL color Cylindrical-coordinate representation of color #115CE1: hue angle of 218.37º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115CE1 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 92 | 225 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.12 |
| HSL | 218.37º | 0.86% | 0.47% | - |
| HSV(B) | 218.37º | 0.92% | 0.88% | - |
| XYZ | 17.65 | 13.21 | 72.85 | - |
| YUV | 84.74 | 207.15 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 225 | 0.92 | 0.59 | 0 | 0.12 | 218.37 | 0.86 | 0.47 |
| Hex | 11 | 5C | E1 | 5C | 3B | 0 | C | DA | 56 | 2F |
| Octal | 21 | 134 | 341 | 134 | 73 | 0 | 14 | 332 | 126 | 57 |
| Binary | 10001 | 1011100 | 11100001 | 1011100 | 111011 | 0 | 1100 | 11011010 | 1010110 | 101111 |
Color Harmonies of #115CE1
Complementary color
Monochromatic Colors of #115CE1
Black with #115CE1
Text Example
Text Example
White with #115CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115CE1; }
p { color: rgb(17,92,225); }
H1.HeaderClassName
{
color: #115CE1;
}
.AnyTagClassName
{
color: #115CE1;
}
</style>
background-color css
<style>
a { background-color: #115CE1; }
a { background-color: rgb(17,92,225); }
div.DivClassName
{
background-color: #115CE1;
}
.BgClassName
{
background-color: #115CE1;
}
</style>
border-color css
<style>
span { border-color: #115CE1; }
span { border-color: rgb(17,92,225); }
td.TdClassName
{
border-color: #115CE1;
}
.TagClassName
{
border-color: #115CE1;
}
</style>