Shades of Navy Blue #0179EB
Tints of Navy Blue #0179EB
RGB
CMYK
RGB Variations
Color information
#0179EB (or 0x0179EB) is known color: Navy Blue. HEX triplet: 01, 79 and EB. RGB value is (1,121,235). Sum of RGB (Red+Green+Blue) = 1+121+235=357 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 235 (92.19% from 255 or 65.83% from 357); Max value from RGB is 235 - color contains mainly: blue. Hex color #0179EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0179EB is #FE8614. Grayscale: #616161. Windows color (decimal): -16680469 or 15431937. OLE color: 15431937.
HSL color Cylindrical-coordinate representation of color #0179EB: hue angle of 209.23º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0179EB is Cyan = 1.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 121 | 235 | - |
| CMYK | 1.00 | 0.49 | 0 | 0.08 |
| HSL | 209.23º | 0.99% | 0.46% | - |
| HSV(B) | 209.23º | 1% | 0.92% | - |
| XYZ | 21.85 | 19.68 | 81.24 | - |
| YUV | 98.12 | 205.24 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 121 | 235 | 1.00 | 0.49 | 0 | 0.08 | 209.23 | 0.99 | 0.46 |
| Hex | 1 | 79 | EB | 64 | 31 | 0 | 8 | D1 | 63 | 2E |
| Octal | 1 | 171 | 353 | 144 | 61 | 0 | 10 | 321 | 143 | 56 |
| Binary | 1 | 1111001 | 11101011 | 1100100 | 110001 | 0 | 1000 | 11010001 | 1100011 | 101110 |
Color Harmonies of #0179EB
Complementary color
Monochromatic Colors of #0179EB
Black with #0179EB
Text Example
Text Example
White with #0179EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0179EB; }
p { color: rgb(1,121,235); }
H1.HeaderClassName
{
color: #0179EB;
}
.AnyTagClassName
{
color: #0179EB;
}
</style>
background-color css
<style>
a { background-color: #0179EB; }
a { background-color: rgb(1,121,235); }
div.DivClassName
{
background-color: #0179EB;
}
.BgClassName
{
background-color: #0179EB;
}
</style>
border-color css
<style>
span { border-color: #0179EB; }
span { border-color: rgb(1,121,235); }
td.TdClassName
{
border-color: #0179EB;
}
.TagClassName
{
border-color: #0179EB;
}
</style>