Shades of Navy Blue #1165CF
Tints of Navy Blue #1165CF
RGB
CMYK
RGB Variations
Color information
#1165CF (or 0x1165CF) is known color: Navy Blue. HEX triplet: 11, 65 and CF. RGB value is (17,101,207). Sum of RGB (Red+Green+Blue) = 17+101+207=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #1165CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1165CF is #EE9A30. Grayscale: #575757. Windows color (decimal): -15637041 or 13591825. OLE color: 13591825.
HSL color Cylindrical-coordinate representation of color #1165CF: hue angle of 213.47º 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 #1165CF is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 101 | 207 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.19 |
| HSL | 213.47º | 0.85% | 0.44% | - |
| HSV(B) | 213.47º | 0.92% | 0.81% | - |
| XYZ | 16.15 | 13.93 | 60.87 | - |
| YUV | 87.97 | 195.17 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 207 | 0.92 | 0.51 | 0 | 0.19 | 213.47 | 0.85 | 0.44 |
| Hex | 11 | 65 | CF | 5C | 33 | 0 | 13 | D5 | 55 | 2C |
| Octal | 21 | 145 | 317 | 134 | 63 | 0 | 23 | 325 | 125 | 54 |
| Binary | 10001 | 1100101 | 11001111 | 1011100 | 110011 | 0 | 10011 | 11010101 | 1010101 | 101100 |
Color Harmonies of #1165CF
Complementary color
Monochromatic Colors of #1165CF
Black with #1165CF
Text Example
Text Example
White with #1165CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1165CF; }
p { color: rgb(17,101,207); }
H1.HeaderClassName
{
color: #1165CF;
}
.AnyTagClassName
{
color: #1165CF;
}
</style>
background-color css
<style>
a { background-color: #1165CF; }
a { background-color: rgb(17,101,207); }
div.DivClassName
{
background-color: #1165CF;
}
.BgClassName
{
background-color: #1165CF;
}
</style>
border-color css
<style>
span { border-color: #1165CF; }
span { border-color: rgb(17,101,207); }
td.TdClassName
{
border-color: #1165CF;
}
.TagClassName
{
border-color: #1165CF;
}
</style>