Shades of Navy Blue #0172CD
Tints of Navy Blue #0172CD
RGB
CMYK
RGB Variations
Color information
#0172CD (or 0x0172CD) is known color: Navy Blue. HEX triplet: 01, 72 and CD. RGB value is (1,114,205). Sum of RGB (Red+Green+Blue) = 1+114+205=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #0172CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0172CD is #FE8D32. Grayscale: #5A5A5A. Windows color (decimal): -16682291 or 13464065. OLE color: 13464065.
HSL color Cylindrical-coordinate representation of color #0172CD: hue angle of 206.76º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0172CD is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 114 | 205 | - |
| CMYK | 1.00 | 0.44 | 0 | 0.20 |
| HSL | 206.76º | 0.99% | 0.4% | - |
| HSV(B) | 206.76º | 1% | 0.8% | - |
| XYZ | 17.05 | 16.45 | 60.03 | - |
| YUV | 90.59 | 192.56 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 114 | 205 | 1.00 | 0.44 | 0 | 0.20 | 206.76 | 0.99 | 0.4 |
| Hex | 1 | 72 | CD | 64 | 2C | 0 | 14 | CF | 63 | 28 |
| Octal | 1 | 162 | 315 | 144 | 54 | 0 | 24 | 317 | 143 | 50 |
| Binary | 1 | 1110010 | 11001101 | 1100100 | 101100 | 0 | 10100 | 11001111 | 1100011 | 101000 |
Color Harmonies of #0172CD
Complementary color
Monochromatic Colors of #0172CD
Black with #0172CD
Text Example
Text Example
White with #0172CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0172CD; }
p { color: rgb(1,114,205); }
H1.HeaderClassName
{
color: #0172CD;
}
.AnyTagClassName
{
color: #0172CD;
}
</style>
background-color css
<style>
a { background-color: #0172CD; }
a { background-color: rgb(1,114,205); }
div.DivClassName
{
background-color: #0172CD;
}
.BgClassName
{
background-color: #0172CD;
}
</style>
border-color css
<style>
span { border-color: #0172CD; }
span { border-color: rgb(1,114,205); }
td.TdClassName
{
border-color: #0172CD;
}
.TagClassName
{
border-color: #0172CD;
}
</style>