Shades of Navy Blue #1151F0
Tints of Navy Blue #1151F0
RGB
CMYK
RGB Variations
Color information
#1151F0 (or 0x1151F0) is known color: Navy Blue. HEX triplet: 11, 51 and F0. RGB value is (17,81,240). Sum of RGB (Red+Green+Blue) = 17+81+240=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 240 (94.14% from 255 or 71.01% from 338); Max value from RGB is 240 - color contains mainly: blue. Hex color #1151F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1151F0 is #EEAE0F. Grayscale: #4F4F4F. Windows color (decimal): -15642128 or 15749393. OLE color: 15749393.
HSL color Cylindrical-coordinate representation of color #1151F0: hue angle of 222.78º degrees, saturation: 0.88, 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 #1151F0 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 81 | 240 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.06 |
| HSL | 222.78º | 0.88% | 0.5% | - |
| HSV(B) | 222.78º | 0.93% | 0.94% | - |
| XYZ | 18.9 | 12.3 | 83.82 | - |
| YUV | 79.99 | 218.3 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 240 | 0.93 | 0.66 | 0 | 0.06 | 222.78 | 0.88 | 0.5 |
| Hex | 11 | 51 | F0 | 5D | 42 | 0 | 6 | DF | 58 | 32 |
| Octal | 21 | 121 | 360 | 135 | 102 | 0 | 6 | 337 | 130 | 62 |
| Binary | 10001 | 1010001 | 11110000 | 1011101 | 1000010 | 0 | 110 | 11011111 | 1011000 | 110010 |
Color Harmonies of #1151F0
Complementary color
Monochromatic Colors of #1151F0
Black with #1151F0
Text Example
Text Example
White with #1151F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1151F0; }
p { color: rgb(17,81,240); }
H1.HeaderClassName
{
color: #1151F0;
}
.AnyTagClassName
{
color: #1151F0;
}
</style>
background-color css
<style>
a { background-color: #1151F0; }
a { background-color: rgb(17,81,240); }
div.DivClassName
{
background-color: #1151F0;
}
.BgClassName
{
background-color: #1151F0;
}
</style>
border-color css
<style>
span { border-color: #1151F0; }
span { border-color: rgb(17,81,240); }
td.TdClassName
{
border-color: #1151F0;
}
.TagClassName
{
border-color: #1151F0;
}
</style>