Shades of Navy Blue #1070CF
Tints of Navy Blue #1070CF
RGB
CMYK
RGB Variations
Color information
#1070CF (or 0x1070CF) is known color: Navy Blue. HEX triplet: 10, 70 and CF. RGB value is (16,112,207). Sum of RGB (Red+Green+Blue) = 16+112+207=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #1070CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1070CF is #EF8F30. Grayscale: #5D5D5D. Windows color (decimal): -15699761 or 13594640. OLE color: 13594640.
HSL color Cylindrical-coordinate representation of color #1070CF: hue angle of 209.84º 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 #1070CF is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 112 | 207 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.19 |
| HSL | 209.84º | 0.86% | 0.44% | - |
| HSV(B) | 209.84º | 0.92% | 0.81% | - |
| XYZ | 17.27 | 16.2 | 61.25 | - |
| YUV | 94.13 | 191.7 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 112 | 207 | 0.92 | 0.46 | 0 | 0.19 | 209.84 | 0.86 | 0.44 |
| Hex | 10 | 70 | CF | 5C | 2E | 0 | 13 | D2 | 56 | 2C |
| Octal | 20 | 160 | 317 | 134 | 56 | 0 | 23 | 322 | 126 | 54 |
| Binary | 10000 | 1110000 | 11001111 | 1011100 | 101110 | 0 | 10011 | 11010010 | 1010110 | 101100 |
Color Harmonies of #1070CF
Complementary color
Monochromatic Colors of #1070CF
Black with #1070CF
Text Example
Text Example
White with #1070CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1070CF; }
p { color: rgb(16,112,207); }
H1.HeaderClassName
{
color: #1070CF;
}
.AnyTagClassName
{
color: #1070CF;
}
</style>
background-color css
<style>
a { background-color: #1070CF; }
a { background-color: rgb(16,112,207); }
div.DivClassName
{
background-color: #1070CF;
}
.BgClassName
{
background-color: #1070CF;
}
</style>
border-color css
<style>
span { border-color: #1070CF; }
span { border-color: rgb(16,112,207); }
td.TdClassName
{
border-color: #1070CF;
}
.TagClassName
{
border-color: #1070CF;
}
</style>