Shades of Navy Blue #1169CF
Tints of Navy Blue #1169CF
RGB
CMYK
RGB Variations
Color information
#1169CF (or 0x1169CF) is known color: Navy Blue. HEX triplet: 11, 69 and CF. RGB value is (17,105,207). Sum of RGB (Red+Green+Blue) = 17+105+207=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #1169CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1169CF is #EE9630. Grayscale: #595959. Windows color (decimal): -15636017 or 13592849. OLE color: 13592849.
HSL color Cylindrical-coordinate representation of color #1169CF: hue angle of 212.21º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1169CF is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 105 | 207 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.19 |
| HSL | 212.21º | 0.85% | 0.44% | - |
| HSV(B) | 212.21º | 0.92% | 0.81% | - |
| XYZ | 16.55 | 14.73 | 61 | - |
| YUV | 90.32 | 193.85 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 105 | 207 | 0.92 | 0.49 | 0 | 0.19 | 212.21 | 0.85 | 0.44 |
| Hex | 11 | 69 | CF | 5C | 31 | 0 | 13 | D4 | 55 | 2C |
| Octal | 21 | 151 | 317 | 134 | 61 | 0 | 23 | 324 | 125 | 54 |
| Binary | 10001 | 1101001 | 11001111 | 1011100 | 110001 | 0 | 10011 | 11010100 | 1010101 | 101100 |
Color Harmonies of #1169CF
Complementary color
Monochromatic Colors of #1169CF
Black with #1169CF
Text Example
Text Example
White with #1169CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1169CF; }
p { color: rgb(17,105,207); }
H1.HeaderClassName
{
color: #1169CF;
}
.AnyTagClassName
{
color: #1169CF;
}
</style>
background-color css
<style>
a { background-color: #1169CF; }
a { background-color: rgb(17,105,207); }
div.DivClassName
{
background-color: #1169CF;
}
.BgClassName
{
background-color: #1169CF;
}
</style>
border-color css
<style>
span { border-color: #1169CF; }
span { border-color: rgb(17,105,207); }
td.TdClassName
{
border-color: #1169CF;
}
.TagClassName
{
border-color: #1169CF;
}
</style>