Shades of Navy Blue #0173E4
Tints of Navy Blue #0173E4
RGB
CMYK
RGB Variations
Color information
#0173E4 (or 0x0173E4) is known color: Navy Blue. HEX triplet: 01, 73 and E4. RGB value is (1,115,228). Sum of RGB (Red+Green+Blue) = 1+115+228=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 228 (89.45% from 255 or 66.28% from 344); Max value from RGB is 228 - color contains mainly: blue. Hex color #0173E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0173E4 is #FE8C1B. Grayscale: #5D5D5D. Windows color (decimal): -16682012 or 14971649. OLE color: 14971649.
HSL color Cylindrical-coordinate representation of color #0173E4: hue angle of 209.87º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0173E4 is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 115 | 228 | - |
| CMYK | 1.00 | 0.50 | 0 | 0.11 |
| HSL | 209.87º | 0.99% | 0.45% | - |
| HSV(B) | 209.87º | 1% | 0.89% | - |
| XYZ | 20.15 | 17.87 | 75.79 | - |
| YUV | 93.8 | 203.73 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 228 | 1.00 | 0.50 | 0 | 0.11 | 209.87 | 0.99 | 0.45 |
| Hex | 1 | 73 | E4 | 64 | 32 | 0 | B | D2 | 63 | 2D |
| Octal | 1 | 163 | 344 | 144 | 62 | 0 | 13 | 322 | 143 | 55 |
| Binary | 1 | 1110011 | 11100100 | 1100100 | 110010 | 0 | 1011 | 11010010 | 1100011 | 101101 |
Color Harmonies of #0173E4
Complementary color
Monochromatic Colors of #0173E4
Black with #0173E4
Text Example
Text Example
White with #0173E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0173E4; }
p { color: rgb(1,115,228); }
H1.HeaderClassName
{
color: #0173E4;
}
.AnyTagClassName
{
color: #0173E4;
}
</style>
background-color css
<style>
a { background-color: #0173E4; }
a { background-color: rgb(1,115,228); }
div.DivClassName
{
background-color: #0173E4;
}
.BgClassName
{
background-color: #0173E4;
}
</style>
border-color css
<style>
span { border-color: #0173E4; }
span { border-color: rgb(1,115,228); }
td.TdClassName
{
border-color: #0173E4;
}
.TagClassName
{
border-color: #0173E4;
}
</style>