Shades of Navy Blue #0173EE
Tints of Navy Blue #0173EE
RGB
CMYK
RGB Variations
Color information
#0173EE (or 0x0173EE) is known color: Navy Blue. HEX triplet: 01, 73 and EE. RGB value is (1,115,238). Sum of RGB (Red+Green+Blue) = 1+115+238=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 238 (93.36% from 255 or 67.23% from 354); Max value from RGB is 238 - color contains mainly: blue. Hex color #0173EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0173EE is #FE8C11. Grayscale: #5E5E5E. Windows color (decimal): -16682002 or 15627009. OLE color: 15627009.
HSL color Cylindrical-coordinate representation of color #0173EE: hue angle of 211.14º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0173EE is Cyan = 1.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 115 | 238 | - |
| CMYK | 1.00 | 0.52 | 0 | 0.07 |
| HSL | 211.14º | 0.99% | 0.47% | - |
| HSV(B) | 211.14º | 1% | 0.93% | - |
| XYZ | 21.58 | 18.44 | 83.31 | - |
| YUV | 94.94 | 208.73 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 238 | 1.00 | 0.52 | 0 | 0.07 | 211.14 | 0.99 | 0.47 |
| Hex | 1 | 73 | EE | 64 | 34 | 0 | 7 | D3 | 63 | 2F |
| Octal | 1 | 163 | 356 | 144 | 64 | 0 | 7 | 323 | 143 | 57 |
| Binary | 1 | 1110011 | 11101110 | 1100100 | 110100 | 0 | 111 | 11010011 | 1100011 | 101111 |
Color Harmonies of #0173EE
Complementary color
Monochromatic Colors of #0173EE
Black with #0173EE
Text Example
Text Example
White with #0173EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0173EE; }
p { color: rgb(1,115,238); }
H1.HeaderClassName
{
color: #0173EE;
}
.AnyTagClassName
{
color: #0173EE;
}
</style>
background-color css
<style>
a { background-color: #0173EE; }
a { background-color: rgb(1,115,238); }
div.DivClassName
{
background-color: #0173EE;
}
.BgClassName
{
background-color: #0173EE;
}
</style>
border-color css
<style>
span { border-color: #0173EE; }
span { border-color: rgb(1,115,238); }
td.TdClassName
{
border-color: #0173EE;
}
.TagClassName
{
border-color: #0173EE;
}
</style>