Shades of Navy Blue #1175DF
Tints of Navy Blue #1175DF
RGB
CMYK
RGB Variations
Color information
#1175DF (or 0x1175DF) is known color: Navy Blue. HEX triplet: 11, 75 and DF. RGB value is (17,117,223). Sum of RGB (Red+Green+Blue) = 17+117+223=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #1175DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1175DF is #EE8A20. Grayscale: #626262. Windows color (decimal): -15632929 or 14644497. OLE color: 14644497.
HSL color Cylindrical-coordinate representation of color #1175DF: hue angle of 210.87º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1175DF is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 117 | 223 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.13 |
| HSL | 210.87º | 0.86% | 0.47% | - |
| HSV(B) | 210.87º | 0.92% | 0.87% | - |
| XYZ | 19.91 | 18.17 | 72.27 | - |
| YUV | 99.18 | 197.87 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 117 | 223 | 0.92 | 0.48 | 0 | 0.13 | 210.87 | 0.86 | 0.47 |
| Hex | 11 | 75 | DF | 5C | 30 | 0 | D | D3 | 56 | 2F |
| Octal | 21 | 165 | 337 | 134 | 60 | 0 | 15 | 323 | 126 | 57 |
| Binary | 10001 | 1110101 | 11011111 | 1011100 | 110000 | 0 | 1101 | 11010011 | 1010110 | 101111 |
Color Harmonies of #1175DF
Complementary color
Monochromatic Colors of #1175DF
Black with #1175DF
Text Example
Text Example
White with #1175DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1175DF; }
p { color: rgb(17,117,223); }
H1.HeaderClassName
{
color: #1175DF;
}
.AnyTagClassName
{
color: #1175DF;
}
</style>
background-color css
<style>
a { background-color: #1175DF; }
a { background-color: rgb(17,117,223); }
div.DivClassName
{
background-color: #1175DF;
}
.BgClassName
{
background-color: #1175DF;
}
</style>
border-color css
<style>
span { border-color: #1175DF; }
span { border-color: rgb(17,117,223); }
td.TdClassName
{
border-color: #1175DF;
}
.TagClassName
{
border-color: #1175DF;
}
</style>