Shades of Navy Blue #0173BB
Tints of Navy Blue #0173BB
RGB
CMYK
RGB Variations
Color information
#0173BB (or 0x0173BB) is known color: Navy Blue. HEX triplet: 01, 73 and BB. RGB value is (1,115,187). Sum of RGB (Red+Green+Blue) = 1+115+187=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #0173BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0173BB is #FE8C44. Grayscale: #585858. Windows color (decimal): -16682053 or 12284673. OLE color: 12284673.
HSL color Cylindrical-coordinate representation of color #0173BB: hue angle of 203.23º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0173BB is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 115 | 187 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.27 |
| HSL | 203.23º | 0.99% | 0.37% | - |
| HSV(B) | 203.23º | 0.99% | 0.73% | - |
| XYZ | 15.11 | 15.86 | 49.28 | - |
| YUV | 89.12 | 183.23 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 187 | 0.99 | 0.39 | 0 | 0.27 | 203.23 | 0.99 | 0.37 |
| Hex | 1 | 73 | BB | 63 | 27 | 0 | 1B | CB | 63 | 25 |
| Octal | 1 | 163 | 273 | 143 | 47 | 0 | 33 | 313 | 143 | 45 |
| Binary | 1 | 1110011 | 10111011 | 1100011 | 100111 | 0 | 11011 | 11001011 | 1100011 | 100101 |
Color Harmonies of #0173BB
Complementary color
Monochromatic Colors of #0173BB
Black with #0173BB
Text Example
Text Example
White with #0173BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0173BB; }
p { color: rgb(1,115,187); }
H1.HeaderClassName
{
color: #0173BB;
}
.AnyTagClassName
{
color: #0173BB;
}
</style>
background-color css
<style>
a { background-color: #0173BB; }
a { background-color: rgb(1,115,187); }
div.DivClassName
{
background-color: #0173BB;
}
.BgClassName
{
background-color: #0173BB;
}
</style>
border-color css
<style>
span { border-color: #0173BB; }
span { border-color: rgb(1,115,187); }
td.TdClassName
{
border-color: #0173BB;
}
.TagClassName
{
border-color: #0173BB;
}
</style>