Shades of Navy Blue #0175EB
Tints of Navy Blue #0175EB
RGB
CMYK
RGB Variations
Color information
#0175EB (or 0x0175EB) is known color: Navy Blue. HEX triplet: 01, 75 and EB. RGB value is (1,117,235). Sum of RGB (Red+Green+Blue) = 1+117+235=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 235 (92.19% from 255 or 66.57% from 353); Max value from RGB is 235 - color contains mainly: blue. Hex color #0175EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0175EB is #FE8A14. Grayscale: #5F5F5F. Windows color (decimal): -16681493 or 15430913. OLE color: 15430913.
HSL color Cylindrical-coordinate representation of color #0175EB: hue angle of 210.26º 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 #0175EB is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 117 | 235 | - |
| CMYK | 1.00 | 0.50 | 0 | 0.08 |
| HSL | 210.26º | 0.99% | 0.46% | - |
| HSV(B) | 210.26º | 1% | 0.92% | - |
| XYZ | 21.37 | 18.73 | 81.09 | - |
| YUV | 95.77 | 206.57 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 235 | 1.00 | 0.50 | 0 | 0.08 | 210.26 | 0.99 | 0.46 |
| Hex | 1 | 75 | EB | 64 | 32 | 0 | 8 | D2 | 63 | 2E |
| Octal | 1 | 165 | 353 | 144 | 62 | 0 | 10 | 322 | 143 | 56 |
| Binary | 1 | 1110101 | 11101011 | 1100100 | 110010 | 0 | 1000 | 11010010 | 1100011 | 101110 |
Color Harmonies of #0175EB
Complementary color
Monochromatic Colors of #0175EB
Black with #0175EB
Text Example
Text Example
White with #0175EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0175EB; }
p { color: rgb(1,117,235); }
H1.HeaderClassName
{
color: #0175EB;
}
.AnyTagClassName
{
color: #0175EB;
}
</style>
background-color css
<style>
a { background-color: #0175EB; }
a { background-color: rgb(1,117,235); }
div.DivClassName
{
background-color: #0175EB;
}
.BgClassName
{
background-color: #0175EB;
}
</style>
border-color css
<style>
span { border-color: #0175EB; }
span { border-color: rgb(1,117,235); }
td.TdClassName
{
border-color: #0175EB;
}
.TagClassName
{
border-color: #0175EB;
}
</style>