Shades of Navy Blue #1172DA
Tints of Navy Blue #1172DA
RGB
CMYK
RGB Variations
Color information
#1172DA (or 0x1172DA) is known color: Navy Blue. HEX triplet: 11, 72 and DA. RGB value is (17,114,218). Sum of RGB (Red+Green+Blue) = 17+114+218=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #1172DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1172DA is #EE8D25. Grayscale: #606060. Windows color (decimal): -15633702 or 14316049. OLE color: 14316049.
HSL color Cylindrical-coordinate representation of color #1172DA: hue angle of 211.04º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1172DA is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 114 | 218 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.15 |
| HSL | 211.04º | 0.86% | 0.46% | - |
| HSV(B) | 211.04º | 0.92% | 0.85% | - |
| XYZ | 18.9 | 17.22 | 68.66 | - |
| YUV | 96.85 | 196.36 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 114 | 218 | 0.92 | 0.48 | 0 | 0.15 | 211.04 | 0.86 | 0.46 |
| Hex | 11 | 72 | DA | 5C | 30 | 0 | F | D3 | 56 | 2E |
| Octal | 21 | 162 | 332 | 134 | 60 | 0 | 17 | 323 | 126 | 56 |
| Binary | 10001 | 1110010 | 11011010 | 1011100 | 110000 | 0 | 1111 | 11010011 | 1010110 | 101110 |
Color Harmonies of #1172DA
Complementary color
Monochromatic Colors of #1172DA
Black with #1172DA
Text Example
Text Example
White with #1172DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1172DA; }
p { color: rgb(17,114,218); }
H1.HeaderClassName
{
color: #1172DA;
}
.AnyTagClassName
{
color: #1172DA;
}
</style>
background-color css
<style>
a { background-color: #1172DA; }
a { background-color: rgb(17,114,218); }
div.DivClassName
{
background-color: #1172DA;
}
.BgClassName
{
background-color: #1172DA;
}
</style>
border-color css
<style>
span { border-color: #1172DA; }
span { border-color: rgb(17,114,218); }
td.TdClassName
{
border-color: #1172DA;
}
.TagClassName
{
border-color: #1172DA;
}
</style>