Shades of Navy Blue #1150FF
Tints of Navy Blue #1150FF
RGB
CMYK
RGB Variations
Color information
#1150FF (or 0x1150FF) is known color: Navy Blue. HEX triplet: 11, 50 and FF. RGB value is (17,80,255). Sum of RGB (Red+Green+Blue) = 17+80+255=352 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.83% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #1150FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1150FF is #EEAF00. Grayscale: #505050. Windows color (decimal): -15642369 or 16732177. OLE color: 16732177.
HSL color Cylindrical-coordinate representation of color #1150FF: hue angle of 224.12º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1150FF is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 80 | 255 | - |
| CMYK | 0.93 | 0.69 | 0 | 0 |
| HSL | 224.12º | 1% | 0.53% | - |
| HSV(B) | 224.12º | 0.93% | 1% | - |
| XYZ | 21.15 | 13.08 | 96.02 | - |
| YUV | 81.11 | 226.13 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 255 | 0.93 | 0.69 | 0 | 0 | 224.12 | 1 | 0.53 |
| Hex | 11 | 50 | FF | 5D | 45 | 0 | 0 | E0 | 64 | 35 |
| Octal | 21 | 120 | 377 | 135 | 105 | 0 | 0 | 340 | 144 | 65 |
| Binary | 10001 | 1010000 | 11111111 | 1011101 | 1000101 | 0 | 0 | 11100000 | 1100100 | 110101 |
Color Harmonies of #1150FF
Complementary color
Monochromatic Colors of #1150FF
Black with #1150FF
Text Example
Text Example
White with #1150FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1150FF; }
p { color: rgb(17,80,255); }
H1.HeaderClassName
{
color: #1150FF;
}
.AnyTagClassName
{
color: #1150FF;
}
</style>
background-color css
<style>
a { background-color: #1150FF; }
a { background-color: rgb(17,80,255); }
div.DivClassName
{
background-color: #1150FF;
}
.BgClassName
{
background-color: #1150FF;
}
</style>
border-color css
<style>
span { border-color: #1150FF; }
span { border-color: rgb(17,80,255); }
td.TdClassName
{
border-color: #1150FF;
}
.TagClassName
{
border-color: #1150FF;
}
</style>