Shades of Navy Blue #115BEA
Tints of Navy Blue #115BEA
RGB
CMYK
RGB Variations
Color information
#115BEA (or 0x115BEA) is known color: Navy Blue. HEX triplet: 11, 5B and EA. RGB value is (17,91,234). Sum of RGB (Red+Green+Blue) = 17+91+234=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 234 (91.80% from 255 or 68.42% from 342); Max value from RGB is 234 - color contains mainly: blue. Hex color #115BEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115BEA is #EEA415. Grayscale: #545454. Windows color (decimal): -15639574 or 15358737. OLE color: 15358737.
HSL color Cylindrical-coordinate representation of color #115BEA: hue angle of 219.54º 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 #115BEA is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 91 | 234 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.08 |
| HSL | 219.54º | 0.86% | 0.49% | - |
| HSV(B) | 219.54º | 0.93% | 0.92% | - |
| XYZ | 18.82 | 13.54 | 79.46 | - |
| YUV | 85.18 | 211.98 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 234 | 0.93 | 0.61 | 0 | 0.08 | 219.54 | 0.86 | 0.49 |
| Hex | 11 | 5B | EA | 5D | 3D | 0 | 8 | DC | 56 | 31 |
| Octal | 21 | 133 | 352 | 135 | 75 | 0 | 10 | 334 | 126 | 61 |
| Binary | 10001 | 1011011 | 11101010 | 1011101 | 111101 | 0 | 1000 | 11011100 | 1010110 | 110001 |
Color Harmonies of #115BEA
Complementary color
Monochromatic Colors of #115BEA
Black with #115BEA
Text Example
Text Example
White with #115BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115BEA; }
p { color: rgb(17,91,234); }
H1.HeaderClassName
{
color: #115BEA;
}
.AnyTagClassName
{
color: #115BEA;
}
</style>
background-color css
<style>
a { background-color: #115BEA; }
a { background-color: rgb(17,91,234); }
div.DivClassName
{
background-color: #115BEA;
}
.BgClassName
{
background-color: #115BEA;
}
</style>
border-color css
<style>
span { border-color: #115BEA; }
span { border-color: rgb(17,91,234); }
td.TdClassName
{
border-color: #115BEA;
}
.TagClassName
{
border-color: #115BEA;
}
</style>