Shades of Navy Blue #0172CF
Tints of Navy Blue #0172CF
RGB
CMYK
RGB Variations
Color information
#0172CF (or 0x0172CF) is known color: Navy Blue. HEX triplet: 01, 72 and CF. RGB value is (1,114,207). Sum of RGB (Red+Green+Blue) = 1+114+207=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #0172CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0172CF is #FE8D30. Grayscale: #5A5A5A. Windows color (decimal): -16682289 or 13595137. OLE color: 13595137.
HSL color Cylindrical-coordinate representation of color #0172CF: hue angle of 207.09º 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 #0172CF is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 114 | 207 | - |
| CMYK | 1.00 | 0.45 | 0 | 0.19 |
| HSL | 207.09º | 0.99% | 0.41% | - |
| HSV(B) | 207.09º | 1% | 0.81% | - |
| XYZ | 17.29 | 16.55 | 61.31 | - |
| YUV | 90.82 | 193.56 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 114 | 207 | 1.00 | 0.45 | 0 | 0.19 | 207.09 | 0.99 | 0.41 |
| Hex | 1 | 72 | CF | 64 | 2D | 0 | 13 | CF | 63 | 29 |
| Octal | 1 | 162 | 317 | 144 | 55 | 0 | 23 | 317 | 143 | 51 |
| Binary | 1 | 1110010 | 11001111 | 1100100 | 101101 | 0 | 10011 | 11001111 | 1100011 | 101001 |
Color Harmonies of #0172CF
Complementary color
Monochromatic Colors of #0172CF
Black with #0172CF
Text Example
Text Example
White with #0172CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0172CF; }
p { color: rgb(1,114,207); }
H1.HeaderClassName
{
color: #0172CF;
}
.AnyTagClassName
{
color: #0172CF;
}
</style>
background-color css
<style>
a { background-color: #0172CF; }
a { background-color: rgb(1,114,207); }
div.DivClassName
{
background-color: #0172CF;
}
.BgClassName
{
background-color: #0172CF;
}
</style>
border-color css
<style>
span { border-color: #0172CF; }
span { border-color: rgb(1,114,207); }
td.TdClassName
{
border-color: #0172CF;
}
.TagClassName
{
border-color: #0172CF;
}
</style>