Shades of Navy Blue #115CEF
Tints of Navy Blue #115CEF
RGB
CMYK
RGB Variations
Color information
#115CEF (or 0x115CEF) is known color: Navy Blue. HEX triplet: 11, 5C and EF. RGB value is (17,92,239). Sum of RGB (Red+Green+Blue) = 17+92+239=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #115CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115CEF is #EEA310. Grayscale: #555555. Windows color (decimal): -15639313 or 15686673. OLE color: 15686673.
HSL color Cylindrical-coordinate representation of color #115CEF: hue angle of 219.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115CEF is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 92 | 239 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.06 |
| HSL | 219.73º | 0.87% | 0.5% | - |
| HSV(B) | 219.73º | 0.93% | 0.94% | - |
| XYZ | 19.64 | 14.01 | 83.33 | - |
| YUV | 86.33 | 214.15 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 239 | 0.93 | 0.62 | 0 | 0.06 | 219.73 | 0.87 | 0.5 |
| Hex | 11 | 5C | EF | 5D | 3E | 0 | 6 | DC | 57 | 32 |
| Octal | 21 | 134 | 357 | 135 | 76 | 0 | 6 | 334 | 127 | 62 |
| Binary | 10001 | 1011100 | 11101111 | 1011101 | 111110 | 0 | 110 | 11011100 | 1010111 | 110010 |
Color Harmonies of #115CEF
Complementary color
Monochromatic Colors of #115CEF
Black with #115CEF
Text Example
Text Example
White with #115CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115CEF; }
p { color: rgb(17,92,239); }
H1.HeaderClassName
{
color: #115CEF;
}
.AnyTagClassName
{
color: #115CEF;
}
</style>
background-color css
<style>
a { background-color: #115CEF; }
a { background-color: rgb(17,92,239); }
div.DivClassName
{
background-color: #115CEF;
}
.BgClassName
{
background-color: #115CEF;
}
</style>
border-color css
<style>
span { border-color: #115CEF; }
span { border-color: rgb(17,92,239); }
td.TdClassName
{
border-color: #115CEF;
}
.TagClassName
{
border-color: #115CEF;
}
</style>