Shades of Navy Blue #0173DC
Tints of Navy Blue #0173DC
RGB
CMYK
RGB Variations
Color information
#0173DC (or 0x0173DC) is known color: Navy Blue. HEX triplet: 01, 73 and DC. RGB value is (1,115,220). Sum of RGB (Red+Green+Blue) = 1+115+220=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #0173DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0173DC is #FE8C23. Grayscale: #5C5C5C. Windows color (decimal): -16682020 or 14447361. OLE color: 14447361.
HSL color Cylindrical-coordinate representation of color #0173DC: hue angle of 208.77º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0173DC is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 115 | 220 | - |
| CMYK | 1.00 | 0.48 | 0 | 0.14 |
| HSL | 208.77º | 0.99% | 0.43% | - |
| HSV(B) | 208.77º | 1% | 0.86% | - |
| XYZ | 19.06 | 17.44 | 70.07 | - |
| YUV | 92.88 | 199.73 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 220 | 1.00 | 0.48 | 0 | 0.14 | 208.77 | 0.99 | 0.43 |
| Hex | 1 | 73 | DC | 64 | 30 | 0 | E | D1 | 63 | 2B |
| Octal | 1 | 163 | 334 | 144 | 60 | 0 | 16 | 321 | 143 | 53 |
| Binary | 1 | 1110011 | 11011100 | 1100100 | 110000 | 0 | 1110 | 11010001 | 1100011 | 101011 |
Color Harmonies of #0173DC
Complementary color
Monochromatic Colors of #0173DC
Black with #0173DC
Text Example
Text Example
White with #0173DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0173DC; }
p { color: rgb(1,115,220); }
H1.HeaderClassName
{
color: #0173DC;
}
.AnyTagClassName
{
color: #0173DC;
}
</style>
background-color css
<style>
a { background-color: #0173DC; }
a { background-color: rgb(1,115,220); }
div.DivClassName
{
background-color: #0173DC;
}
.BgClassName
{
background-color: #0173DC;
}
</style>
border-color css
<style>
span { border-color: #0173DC; }
span { border-color: rgb(1,115,220); }
td.TdClassName
{
border-color: #0173DC;
}
.TagClassName
{
border-color: #0173DC;
}
</style>