Shades of Navy Blue #115CE0
Tints of Navy Blue #115CE0
RGB
CMYK
RGB Variations
Color information
#115CE0 (or 0x115CE0) is known color: Navy Blue. HEX triplet: 11, 5C and E0. RGB value is (17,92,224). Sum of RGB (Red+Green+Blue) = 17+92+224=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 224 (87.89% from 255 or 67.27% from 333); Max value from RGB is 224 - color contains mainly: blue. Hex color #115CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115CE0 is #EEA31F. Grayscale: #545454. Windows color (decimal): -15639328 or 14703633. OLE color: 14703633.
HSL color Cylindrical-coordinate representation of color #115CE0: hue angle of 218.26º 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 #115CE0 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 92 | 224 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.12 |
| HSL | 218.26º | 0.86% | 0.47% | - |
| HSV(B) | 218.26º | 0.92% | 0.88% | - |
| XYZ | 17.51 | 13.16 | 72.14 | - |
| YUV | 84.62 | 206.65 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 224 | 0.92 | 0.59 | 0 | 0.12 | 218.26 | 0.86 | 0.47 |
| Hex | 11 | 5C | E0 | 5C | 3B | 0 | C | DA | 56 | 2F |
| Octal | 21 | 134 | 340 | 134 | 73 | 0 | 14 | 332 | 126 | 57 |
| Binary | 10001 | 1011100 | 11100000 | 1011100 | 111011 | 0 | 1100 | 11011010 | 1010110 | 101111 |
Color Harmonies of #115CE0
Complementary color
Monochromatic Colors of #115CE0
Black with #115CE0
Text Example
Text Example
White with #115CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115CE0; }
p { color: rgb(17,92,224); }
H1.HeaderClassName
{
color: #115CE0;
}
.AnyTagClassName
{
color: #115CE0;
}
</style>
background-color css
<style>
a { background-color: #115CE0; }
a { background-color: rgb(17,92,224); }
div.DivClassName
{
background-color: #115CE0;
}
.BgClassName
{
background-color: #115CE0;
}
</style>
border-color css
<style>
span { border-color: #115CE0; }
span { border-color: rgb(17,92,224); }
td.TdClassName
{
border-color: #115CE0;
}
.TagClassName
{
border-color: #115CE0;
}
</style>