Shades of Navy Blue #0172C3
Tints of Navy Blue #0172C3
RGB
CMYK
RGB Variations
Color information
#0172C3 (or 0x0172C3) is known color: Navy Blue. HEX triplet: 01, 72 and C3. RGB value is (1,114,195). Sum of RGB (Red+Green+Blue) = 1+114+195=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 195 (76.56% from 255 or 62.90% from 310); Max value from RGB is 195 - color contains mainly: blue. Hex color #0172C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0172C3 is #FE8D3C. Grayscale: #595959. Windows color (decimal): -16682301 or 12808705. OLE color: 12808705.
HSL color Cylindrical-coordinate representation of color #0172C3: hue angle of 205.05º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0172C3 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 114 | 195 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.24 |
| HSL | 205.05º | 0.99% | 0.38% | - |
| HSV(B) | 205.05º | 0.99% | 0.76% | - |
| XYZ | 15.88 | 15.98 | 53.88 | - |
| YUV | 89.45 | 187.56 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 114 | 195 | 0.99 | 0.42 | 0 | 0.24 | 205.05 | 0.99 | 0.38 |
| Hex | 1 | 72 | C3 | 63 | 2A | 0 | 18 | CD | 63 | 26 |
| Octal | 1 | 162 | 303 | 143 | 52 | 0 | 30 | 315 | 143 | 46 |
| Binary | 1 | 1110010 | 11000011 | 1100011 | 101010 | 0 | 11000 | 11001101 | 1100011 | 100110 |
Color Harmonies of #0172C3
Complementary color
Monochromatic Colors of #0172C3
Black with #0172C3
Text Example
Text Example
White with #0172C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0172C3; }
p { color: rgb(1,114,195); }
H1.HeaderClassName
{
color: #0172C3;
}
.AnyTagClassName
{
color: #0172C3;
}
</style>
background-color css
<style>
a { background-color: #0172C3; }
a { background-color: rgb(1,114,195); }
div.DivClassName
{
background-color: #0172C3;
}
.BgClassName
{
background-color: #0172C3;
}
</style>
border-color css
<style>
span { border-color: #0172C3; }
span { border-color: rgb(1,114,195); }
td.TdClassName
{
border-color: #0172C3;
}
.TagClassName
{
border-color: #0172C3;
}
</style>