Shades of Navy Blue #0175BD
Tints of Navy Blue #0175BD
RGB
CMYK
RGB Variations
Color information
#0175BD (or 0x0175BD) is known color: Navy Blue. HEX triplet: 01, 75 and BD. RGB value is (1,117,189). Sum of RGB (Red+Green+Blue) = 1+117+189=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #0175BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0175BD is #FE8A42. Grayscale: #5A5A5A. Windows color (decimal): -16681539 or 12416257. OLE color: 12416257.
HSL color Cylindrical-coordinate representation of color #0175BD: hue angle of 202.98º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0175BD is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 117 | 189 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.26 |
| HSL | 202.98º | 0.99% | 0.37% | - |
| HSV(B) | 202.98º | 0.99% | 0.74% | - |
| XYZ | 15.56 | 16.4 | 50.49 | - |
| YUV | 90.52 | 183.57 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 189 | 0.99 | 0.38 | 0 | 0.26 | 202.98 | 0.99 | 0.37 |
| Hex | 1 | 75 | BD | 63 | 26 | 0 | 1A | CB | 63 | 25 |
| Octal | 1 | 165 | 275 | 143 | 46 | 0 | 32 | 313 | 143 | 45 |
| Binary | 1 | 1110101 | 10111101 | 1100011 | 100110 | 0 | 11010 | 11001011 | 1100011 | 100101 |
Color Harmonies of #0175BD
Complementary color
Monochromatic Colors of #0175BD
Black with #0175BD
Text Example
Text Example
White with #0175BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0175BD; }
p { color: rgb(1,117,189); }
H1.HeaderClassName
{
color: #0175BD;
}
.AnyTagClassName
{
color: #0175BD;
}
</style>
background-color css
<style>
a { background-color: #0175BD; }
a { background-color: rgb(1,117,189); }
div.DivClassName
{
background-color: #0175BD;
}
.BgClassName
{
background-color: #0175BD;
}
</style>
border-color css
<style>
span { border-color: #0175BD; }
span { border-color: rgb(1,117,189); }
td.TdClassName
{
border-color: #0175BD;
}
.TagClassName
{
border-color: #0175BD;
}
</style>