Shades of Navy Blue #1169F1
Tints of Navy Blue #1169F1
RGB
CMYK
RGB Variations
Color information
#1169F1 (or 0x1169F1) is known color: Navy Blue. HEX triplet: 11, 69 and F1. RGB value is (17,105,241). Sum of RGB (Red+Green+Blue) = 17+105+241=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 241 (94.53% from 255 or 66.39% from 363); Max value from RGB is 241 - color contains mainly: blue. Hex color #1169F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1169F1 is #EE960E. Grayscale: #5D5D5D. Windows color (decimal): -15635983 or 15821073. OLE color: 15821073.
HSL color Cylindrical-coordinate representation of color #1169F1: hue angle of 216.43º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1169F1 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 105 | 241 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.05 |
| HSL | 216.43º | 0.89% | 0.51% | - |
| HSV(B) | 216.43º | 0.93% | 0.95% | - |
| XYZ | 21.16 | 16.57 | 85.3 | - |
| YUV | 94.19 | 210.85 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 105 | 241 | 0.93 | 0.56 | 0 | 0.05 | 216.43 | 0.89 | 0.51 |
| Hex | 11 | 69 | F1 | 5D | 38 | 0 | 5 | D8 | 59 | 33 |
| Octal | 21 | 151 | 361 | 135 | 70 | 0 | 5 | 330 | 131 | 63 |
| Binary | 10001 | 1101001 | 11110001 | 1011101 | 111000 | 0 | 101 | 11011000 | 1011001 | 110011 |
Color Harmonies of #1169F1
Complementary color
Monochromatic Colors of #1169F1
Black with #1169F1
Text Example
Text Example
White with #1169F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1169F1; }
p { color: rgb(17,105,241); }
H1.HeaderClassName
{
color: #1169F1;
}
.AnyTagClassName
{
color: #1169F1;
}
</style>
background-color css
<style>
a { background-color: #1169F1; }
a { background-color: rgb(17,105,241); }
div.DivClassName
{
background-color: #1169F1;
}
.BgClassName
{
background-color: #1169F1;
}
</style>
border-color css
<style>
span { border-color: #1169F1; }
span { border-color: rgb(17,105,241); }
td.TdClassName
{
border-color: #1169F1;
}
.TagClassName
{
border-color: #1169F1;
}
</style>