Shades of Navy Blue #1071CF
Tints of Navy Blue #1071CF
RGB
CMYK
RGB Variations
Color information
#1071CF (or 0x1071CF) is known color: Navy Blue. HEX triplet: 10, 71 and CF. RGB value is (16,113,207). Sum of RGB (Red+Green+Blue) = 16+113+207=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #1071CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1071CF is #EF8E30. Grayscale: #5E5E5E. Windows color (decimal): -15699505 or 13594896. OLE color: 13594896.
HSL color Cylindrical-coordinate representation of color #1071CF: hue angle of 209.53º 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 #1071CF is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 113 | 207 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.19 |
| HSL | 209.53º | 0.86% | 0.44% | - |
| HSV(B) | 209.53º | 0.92% | 0.81% | - |
| XYZ | 17.38 | 16.43 | 61.29 | - |
| YUV | 94.71 | 191.36 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 113 | 207 | 0.92 | 0.45 | 0 | 0.19 | 209.53 | 0.86 | 0.44 |
| Hex | 10 | 71 | CF | 5C | 2D | 0 | 13 | D2 | 56 | 2C |
| Octal | 20 | 161 | 317 | 134 | 55 | 0 | 23 | 322 | 126 | 54 |
| Binary | 10000 | 1110001 | 11001111 | 1011100 | 101101 | 0 | 10011 | 11010010 | 1010110 | 101100 |
Color Harmonies of #1071CF
Complementary color
Monochromatic Colors of #1071CF
Black with #1071CF
Text Example
Text Example
White with #1071CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1071CF; }
p { color: rgb(16,113,207); }
H1.HeaderClassName
{
color: #1071CF;
}
.AnyTagClassName
{
color: #1071CF;
}
</style>
background-color css
<style>
a { background-color: #1071CF; }
a { background-color: rgb(16,113,207); }
div.DivClassName
{
background-color: #1071CF;
}
.BgClassName
{
background-color: #1071CF;
}
</style>
border-color css
<style>
span { border-color: #1071CF; }
span { border-color: rgb(16,113,207); }
td.TdClassName
{
border-color: #1071CF;
}
.TagClassName
{
border-color: #1071CF;
}
</style>