Shades of Navy Blue #1073CF
Tints of Navy Blue #1073CF
RGB
CMYK
RGB Variations
Color information
#1073CF (or 0x1073CF) is known color: Navy Blue. HEX triplet: 10, 73 and CF. RGB value is (16,115,207). Sum of RGB (Red+Green+Blue) = 16+115+207=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #1073CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1073CF is #EF8C30. Grayscale: #5F5F5F. Windows color (decimal): -15698993 or 13595408. OLE color: 13595408.
HSL color Cylindrical-coordinate representation of color #1073CF: hue angle of 208.9º 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 #1073CF is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 115 | 207 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.19 |
| HSL | 208.9º | 0.86% | 0.44% | - |
| HSV(B) | 208.9º | 0.92% | 0.81% | - |
| XYZ | 17.61 | 16.88 | 61.36 | - |
| YUV | 95.89 | 190.7 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 207 | 0.92 | 0.44 | 0 | 0.19 | 208.9 | 0.86 | 0.44 |
| Hex | 10 | 73 | CF | 5C | 2C | 0 | 13 | D1 | 56 | 2C |
| Octal | 20 | 163 | 317 | 134 | 54 | 0 | 23 | 321 | 126 | 54 |
| Binary | 10000 | 1110011 | 11001111 | 1011100 | 101100 | 0 | 10011 | 11010001 | 1010110 | 101100 |
Color Harmonies of #1073CF
Complementary color
Monochromatic Colors of #1073CF
Black with #1073CF
Text Example
Text Example
White with #1073CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1073CF; }
p { color: rgb(16,115,207); }
H1.HeaderClassName
{
color: #1073CF;
}
.AnyTagClassName
{
color: #1073CF;
}
</style>
background-color css
<style>
a { background-color: #1073CF; }
a { background-color: rgb(16,115,207); }
div.DivClassName
{
background-color: #1073CF;
}
.BgClassName
{
background-color: #1073CF;
}
</style>
border-color css
<style>
span { border-color: #1073CF; }
span { border-color: rgb(16,115,207); }
td.TdClassName
{
border-color: #1073CF;
}
.TagClassName
{
border-color: #1073CF;
}
</style>