Shades of Navy Blue #1168CD
Tints of Navy Blue #1168CD
RGB
CMYK
RGB Variations
Color information
#1168CD (or 0x1168CD) is known color: Navy Blue. HEX triplet: 11, 68 and CD. RGB value is (17,104,205). Sum of RGB (Red+Green+Blue) = 17+104+205=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 205 (80.47% from 255 or 62.88% from 326); Max value from RGB is 205 - color contains mainly: blue. Hex color #1168CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1168CD is #EE9732. Grayscale: #595959. Windows color (decimal): -15636275 or 13461521. OLE color: 13461521.
HSL color Cylindrical-coordinate representation of color #1168CD: hue angle of 212.23º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1168CD is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 104 | 205 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.20 |
| HSL | 212.23º | 0.85% | 0.44% | - |
| HSV(B) | 212.23º | 0.92% | 0.8% | - |
| XYZ | 16.2 | 14.43 | 59.69 | - |
| YUV | 89.5 | 193.18 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 205 | 0.92 | 0.49 | 0 | 0.20 | 212.23 | 0.85 | 0.44 |
| Hex | 11 | 68 | CD | 5C | 31 | 0 | 14 | D4 | 55 | 2C |
| Octal | 21 | 150 | 315 | 134 | 61 | 0 | 24 | 324 | 125 | 54 |
| Binary | 10001 | 1101000 | 11001101 | 1011100 | 110001 | 0 | 10100 | 11010100 | 1010101 | 101100 |
Color Harmonies of #1168CD
Complementary color
Monochromatic Colors of #1168CD
Black with #1168CD
Text Example
Text Example
White with #1168CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1168CD; }
p { color: rgb(17,104,205); }
H1.HeaderClassName
{
color: #1168CD;
}
.AnyTagClassName
{
color: #1168CD;
}
</style>
background-color css
<style>
a { background-color: #1168CD; }
a { background-color: rgb(17,104,205); }
div.DivClassName
{
background-color: #1168CD;
}
.BgClassName
{
background-color: #1168CD;
}
</style>
border-color css
<style>
span { border-color: #1168CD; }
span { border-color: rgb(17,104,205); }
td.TdClassName
{
border-color: #1168CD;
}
.TagClassName
{
border-color: #1168CD;
}
</style>