Shades of Navy Blue #0175CD
Tints of Navy Blue #0175CD
RGB
CMYK
RGB Variations
Color information
#0175CD (or 0x0175CD) is known color: Navy Blue. HEX triplet: 01, 75 and CD. RGB value is (1,117,205). Sum of RGB (Red+Green+Blue) = 1+117+205=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #0175CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0175CD is #FE8A32. Grayscale: #5B5B5B. Windows color (decimal): -16681523 or 13464833. OLE color: 13464833.
HSL color Cylindrical-coordinate representation of color #0175CD: hue angle of 205.88º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0175CD is Cyan = 1.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 117 | 205 | - |
| CMYK | 1.00 | 0.43 | 0 | 0.20 |
| HSL | 205.88º | 0.99% | 0.4% | - |
| HSV(B) | 205.88º | 1% | 0.8% | - |
| XYZ | 17.39 | 17.14 | 60.15 | - |
| YUV | 92.35 | 191.57 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 205 | 1.00 | 0.43 | 0 | 0.20 | 205.88 | 0.99 | 0.4 |
| Hex | 1 | 75 | CD | 64 | 2B | 0 | 14 | CE | 63 | 28 |
| Octal | 1 | 165 | 315 | 144 | 53 | 0 | 24 | 316 | 143 | 50 |
| Binary | 1 | 1110101 | 11001101 | 1100100 | 101011 | 0 | 10100 | 11001110 | 1100011 | 101000 |
Color Harmonies of #0175CD
Complementary color
Monochromatic Colors of #0175CD
Black with #0175CD
Text Example
Text Example
White with #0175CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0175CD; }
p { color: rgb(1,117,205); }
H1.HeaderClassName
{
color: #0175CD;
}
.AnyTagClassName
{
color: #0175CD;
}
</style>
background-color css
<style>
a { background-color: #0175CD; }
a { background-color: rgb(1,117,205); }
div.DivClassName
{
background-color: #0175CD;
}
.BgClassName
{
background-color: #0175CD;
}
</style>
border-color css
<style>
span { border-color: #0175CD; }
span { border-color: rgb(1,117,205); }
td.TdClassName
{
border-color: #0175CD;
}
.TagClassName
{
border-color: #0175CD;
}
</style>