Shades of Navy Blue #115CEA
Tints of Navy Blue #115CEA
RGB
CMYK
RGB Variations
Color information
#115CEA (or 0x115CEA) is known color: Navy Blue. HEX triplet: 11, 5C and EA. RGB value is (17,92,234). Sum of RGB (Red+Green+Blue) = 17+92+234=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #115CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115CEA is #EEA315. Grayscale: #555555. Windows color (decimal): -15639318 or 15358993. OLE color: 15358993.
HSL color Cylindrical-coordinate representation of color #115CEA: hue angle of 219.26º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115CEA is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 92 | 234 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.08 |
| HSL | 219.26º | 0.86% | 0.49% | - |
| HSV(B) | 219.26º | 0.93% | 0.92% | - |
| XYZ | 18.91 | 13.71 | 79.49 | - |
| YUV | 85.76 | 211.65 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 234 | 0.93 | 0.61 | 0 | 0.08 | 219.26 | 0.86 | 0.49 |
| Hex | 11 | 5C | EA | 5D | 3D | 0 | 8 | DB | 56 | 31 |
| Octal | 21 | 134 | 352 | 135 | 75 | 0 | 10 | 333 | 126 | 61 |
| Binary | 10001 | 1011100 | 11101010 | 1011101 | 111101 | 0 | 1000 | 11011011 | 1010110 | 110001 |
Color Harmonies of #115CEA
Complementary color
Monochromatic Colors of #115CEA
Black with #115CEA
Text Example
Text Example
White with #115CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115CEA; }
p { color: rgb(17,92,234); }
H1.HeaderClassName
{
color: #115CEA;
}
.AnyTagClassName
{
color: #115CEA;
}
</style>
background-color css
<style>
a { background-color: #115CEA; }
a { background-color: rgb(17,92,234); }
div.DivClassName
{
background-color: #115CEA;
}
.BgClassName
{
background-color: #115CEA;
}
</style>
border-color css
<style>
span { border-color: #115CEA; }
span { border-color: rgb(17,92,234); }
td.TdClassName
{
border-color: #115CEA;
}
.TagClassName
{
border-color: #115CEA;
}
</style>