Shades of Navy Blue #0175DA
Tints of Navy Blue #0175DA
RGB
CMYK
RGB Variations
Color information
#0175DA (or 0x0175DA) is known color: Navy Blue. HEX triplet: 01, 75 and DA. RGB value is (1,117,218). Sum of RGB (Red+Green+Blue) = 1+117+218=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #0175DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0175DA is #FE8A25. Grayscale: #5D5D5D. Windows color (decimal): -16681510 or 14316801. OLE color: 14316801.
HSL color Cylindrical-coordinate representation of color #0175DA: hue angle of 207.93º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0175DA is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 117 | 218 | - |
| CMYK | 1.00 | 0.46 | 0 | 0.15 |
| HSL | 207.93º | 0.99% | 0.43% | - |
| HSV(B) | 207.93º | 1% | 0.85% | - |
| XYZ | 19.03 | 17.79 | 68.76 | - |
| YUV | 93.83 | 198.07 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 218 | 1.00 | 0.46 | 0 | 0.15 | 207.93 | 0.99 | 0.43 |
| Hex | 1 | 75 | DA | 64 | 2E | 0 | F | D0 | 63 | 2B |
| Octal | 1 | 165 | 332 | 144 | 56 | 0 | 17 | 320 | 143 | 53 |
| Binary | 1 | 1110101 | 11011010 | 1100100 | 101110 | 0 | 1111 | 11010000 | 1100011 | 101011 |
Color Harmonies of #0175DA
Complementary color
Monochromatic Colors of #0175DA
Black with #0175DA
Text Example
Text Example
White with #0175DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0175DA; }
p { color: rgb(1,117,218); }
H1.HeaderClassName
{
color: #0175DA;
}
.AnyTagClassName
{
color: #0175DA;
}
</style>
background-color css
<style>
a { background-color: #0175DA; }
a { background-color: rgb(1,117,218); }
div.DivClassName
{
background-color: #0175DA;
}
.BgClassName
{
background-color: #0175DA;
}
</style>
border-color css
<style>
span { border-color: #0175DA; }
span { border-color: rgb(1,117,218); }
td.TdClassName
{
border-color: #0175DA;
}
.TagClassName
{
border-color: #0175DA;
}
</style>