Shades of Navy Blue #0170CF
Tints of Navy Blue #0170CF
RGB
CMYK
RGB Variations
Color information
#0170CF (or 0x0170CF) is known color: Navy Blue. HEX triplet: 01, 70 and CF. RGB value is (1,112,207). Sum of RGB (Red+Green+Blue) = 1+112+207=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #0170CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0170CF is #FE8F30. Grayscale: #595959. Windows color (decimal): -16682801 or 13594625. OLE color: 13594625.
HSL color Cylindrical-coordinate representation of color #0170CF: hue angle of 207.67º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0170CF is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 112 | 207 | - |
| CMYK | 1.00 | 0.46 | 0 | 0.19 |
| HSL | 207.67º | 0.99% | 0.41% | - |
| HSV(B) | 207.67º | 1% | 0.81% | - |
| XYZ | 17.07 | 16.1 | 61.24 | - |
| YUV | 89.64 | 194.23 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 207 | 1.00 | 0.46 | 0 | 0.19 | 207.67 | 0.99 | 0.41 |
| Hex | 1 | 70 | CF | 64 | 2E | 0 | 13 | D0 | 63 | 29 |
| Octal | 1 | 160 | 317 | 144 | 56 | 0 | 23 | 320 | 143 | 51 |
| Binary | 1 | 1110000 | 11001111 | 1100100 | 101110 | 0 | 10011 | 11010000 | 1100011 | 101001 |
Color Harmonies of #0170CF
Complementary color
Monochromatic Colors of #0170CF
Black with #0170CF
Text Example
Text Example
White with #0170CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0170CF; }
p { color: rgb(1,112,207); }
H1.HeaderClassName
{
color: #0170CF;
}
.AnyTagClassName
{
color: #0170CF;
}
</style>
background-color css
<style>
a { background-color: #0170CF; }
a { background-color: rgb(1,112,207); }
div.DivClassName
{
background-color: #0170CF;
}
.BgClassName
{
background-color: #0170CF;
}
</style>
border-color css
<style>
span { border-color: #0170CF; }
span { border-color: rgb(1,112,207); }
td.TdClassName
{
border-color: #0170CF;
}
.TagClassName
{
border-color: #0170CF;
}
</style>