Shades of Navy Blue #1075CF
Tints of Navy Blue #1075CF
RGB
CMYK
RGB Variations
Color information
#1075CF (or 0x1075CF) is known color: Navy Blue. HEX triplet: 10, 75 and CF. RGB value is (16,117,207). Sum of RGB (Red+Green+Blue) = 16+117+207=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #1075CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1075CF is #EF8A30. Grayscale: #606060. Windows color (decimal): -15698481 or 13595920. OLE color: 13595920.
HSL color Cylindrical-coordinate representation of color #1075CF: hue angle of 208.27º degrees, saturation: 0.86, 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 #1075CF is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 117 | 207 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.19 |
| HSL | 208.27º | 0.86% | 0.44% | - |
| HSV(B) | 208.27º | 0.92% | 0.81% | - |
| XYZ | 17.84 | 17.34 | 61.44 | - |
| YUV | 97.06 | 190.04 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 207 | 0.92 | 0.43 | 0 | 0.19 | 208.27 | 0.86 | 0.44 |
| Hex | 10 | 75 | CF | 5C | 2B | 0 | 13 | D0 | 56 | 2C |
| Octal | 20 | 165 | 317 | 134 | 53 | 0 | 23 | 320 | 126 | 54 |
| Binary | 10000 | 1110101 | 11001111 | 1011100 | 101011 | 0 | 10011 | 11010000 | 1010110 | 101100 |
Color Harmonies of #1075CF
Complementary color
Monochromatic Colors of #1075CF
Black with #1075CF
Text Example
Text Example
White with #1075CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1075CF; }
p { color: rgb(16,117,207); }
H1.HeaderClassName
{
color: #1075CF;
}
.AnyTagClassName
{
color: #1075CF;
}
</style>
background-color css
<style>
a { background-color: #1075CF; }
a { background-color: rgb(16,117,207); }
div.DivClassName
{
background-color: #1075CF;
}
.BgClassName
{
background-color: #1075CF;
}
</style>
border-color css
<style>
span { border-color: #1075CF; }
span { border-color: rgb(16,117,207); }
td.TdClassName
{
border-color: #1075CF;
}
.TagClassName
{
border-color: #1075CF;
}
</style>