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