Shades of Navy Blue #0173DF
Tints of Navy Blue #0173DF
RGB
CMYK
RGB Variations
Color information
#0173DF (or 0x0173DF) is known color: Navy Blue. HEX triplet: 01, 73 and DF. RGB value is (1,115,223). Sum of RGB (Red+Green+Blue) = 1+115+223=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #0173DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0173DF is #FE8C20. Grayscale: #5C5C5C. Windows color (decimal): -16682017 or 14643969. OLE color: 14643969.
HSL color Cylindrical-coordinate representation of color #0173DF: hue angle of 209.19º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0173DF is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 115 | 223 | - |
| CMYK | 1.00 | 0.48 | 0 | 0.13 |
| HSL | 209.19º | 0.99% | 0.44% | - |
| HSV(B) | 209.19º | 1% | 0.87% | - |
| XYZ | 19.46 | 17.6 | 72.18 | - |
| YUV | 93.23 | 201.23 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 223 | 1.00 | 0.48 | 0 | 0.13 | 209.19 | 0.99 | 0.44 |
| Hex | 1 | 73 | DF | 64 | 30 | 0 | D | D1 | 63 | 2C |
| Octal | 1 | 163 | 337 | 144 | 60 | 0 | 15 | 321 | 143 | 54 |
| Binary | 1 | 1110011 | 11011111 | 1100100 | 110000 | 0 | 1101 | 11010001 | 1100011 | 101100 |
Color Harmonies of #0173DF
Complementary color
Monochromatic Colors of #0173DF
Black with #0173DF
Text Example
Text Example
White with #0173DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0173DF; }
p { color: rgb(1,115,223); }
H1.HeaderClassName
{
color: #0173DF;
}
.AnyTagClassName
{
color: #0173DF;
}
</style>
background-color css
<style>
a { background-color: #0173DF; }
a { background-color: rgb(1,115,223); }
div.DivClassName
{
background-color: #0173DF;
}
.BgClassName
{
background-color: #0173DF;
}
</style>
border-color css
<style>
span { border-color: #0173DF; }
span { border-color: rgb(1,115,223); }
td.TdClassName
{
border-color: #0173DF;
}
.TagClassName
{
border-color: #0173DF;
}
</style>