Shades of Navy Blue #1172CE
Tints of Navy Blue #1172CE
RGB
CMYK
RGB Variations
Color information
#1172CE (or 0x1172CE) is known color: Navy Blue. HEX triplet: 11, 72 and CE. RGB value is (17,114,206). Sum of RGB (Red+Green+Blue) = 17+114+206=337 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.04% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #1172CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1172CE is #EE8D31. Grayscale: #5F5F5F. Windows color (decimal): -15633714 or 13529617. OLE color: 13529617.
HSL color Cylindrical-coordinate representation of color #1172CE: hue angle of 209.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 #1172CE is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 114 | 206 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.19 |
| HSL | 209.21º | 0.85% | 0.44% | - |
| HSV(B) | 209.21º | 0.92% | 0.81% | - |
| XYZ | 17.39 | 16.61 | 60.68 | - |
| YUV | 95.49 | 190.36 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 114 | 206 | 0.92 | 0.45 | 0 | 0.19 | 209.21 | 0.85 | 0.44 |
| Hex | 11 | 72 | CE | 5C | 2D | 0 | 13 | D1 | 55 | 2C |
| Octal | 21 | 162 | 316 | 134 | 55 | 0 | 23 | 321 | 125 | 54 |
| Binary | 10001 | 1110010 | 11001110 | 1011100 | 101101 | 0 | 10011 | 11010001 | 1010101 | 101100 |
Color Harmonies of #1172CE
Complementary color
Monochromatic Colors of #1172CE
Black with #1172CE
Text Example
Text Example
White with #1172CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1172CE; }
p { color: rgb(17,114,206); }
H1.HeaderClassName
{
color: #1172CE;
}
.AnyTagClassName
{
color: #1172CE;
}
</style>
background-color css
<style>
a { background-color: #1172CE; }
a { background-color: rgb(17,114,206); }
div.DivClassName
{
background-color: #1172CE;
}
.BgClassName
{
background-color: #1172CE;
}
</style>
border-color css
<style>
span { border-color: #1172CE; }
span { border-color: rgb(17,114,206); }
td.TdClassName
{
border-color: #1172CE;
}
.TagClassName
{
border-color: #1172CE;
}
</style>