Shades of Navy Blue #0176F0
Tints of Navy Blue #0176F0
RGB
CMYK
RGB Variations
Color information
#0176F0 (or 0x0176F0) is known color: Navy Blue. HEX triplet: 01, 76 and F0. RGB value is (1,118,240). Sum of RGB (Red+Green+Blue) = 1+118+240=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 240 (94.14% from 255 or 66.85% from 359); Max value from RGB is 240 - color contains mainly: blue. Hex color #0176F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0176F0 is #FE890F. Grayscale: #606060. Windows color (decimal): -16681232 or 15758849. OLE color: 15758849.
HSL color Cylindrical-coordinate representation of color #0176F0: hue angle of 210.63º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0176F0 is Cyan = 1.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 118 | 240 | - |
| CMYK | 1.00 | 0.51 | 0 | 0.06 |
| HSL | 210.63º | 0.99% | 0.47% | - |
| HSV(B) | 210.63º | 1% | 0.94% | - |
| XYZ | 22.22 | 19.25 | 84.98 | - |
| YUV | 96.93 | 208.74 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 240 | 1.00 | 0.51 | 0 | 0.06 | 210.63 | 0.99 | 0.47 |
| Hex | 1 | 76 | F0 | 64 | 33 | 0 | 6 | D3 | 63 | 2F |
| Octal | 1 | 166 | 360 | 144 | 63 | 0 | 6 | 323 | 143 | 57 |
| Binary | 1 | 1110110 | 11110000 | 1100100 | 110011 | 0 | 110 | 11010011 | 1100011 | 101111 |
Color Harmonies of #0176F0
Complementary color
Monochromatic Colors of #0176F0
Black with #0176F0
Text Example
Text Example
White with #0176F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0176F0; }
p { color: rgb(1,118,240); }
H1.HeaderClassName
{
color: #0176F0;
}
.AnyTagClassName
{
color: #0176F0;
}
</style>
background-color css
<style>
a { background-color: #0176F0; }
a { background-color: rgb(1,118,240); }
div.DivClassName
{
background-color: #0176F0;
}
.BgClassName
{
background-color: #0176F0;
}
</style>
border-color css
<style>
span { border-color: #0176F0; }
span { border-color: rgb(1,118,240); }
td.TdClassName
{
border-color: #0176F0;
}
.TagClassName
{
border-color: #0176F0;
}
</style>