Shades of Navy Blue #0175CE
Tints of Navy Blue #0175CE
RGB
CMYK
RGB Variations
Color information
#0175CE (or 0x0175CE) is known color: Navy Blue. HEX triplet: 01, 75 and CE. RGB value is (1,117,206). Sum of RGB (Red+Green+Blue) = 1+117+206=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #0175CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0175CE is #FE8A31. Grayscale: #5B5B5B. Windows color (decimal): -16681522 or 13530369. OLE color: 13530369.
HSL color Cylindrical-coordinate representation of color #0175CE: hue angle of 206.05º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0175CE is Cyan = 1.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 117 | 206 | - |
| CMYK | 1.00 | 0.43 | 0 | 0.19 |
| HSL | 206.05º | 0.99% | 0.41% | - |
| HSV(B) | 206.05º | 1% | 0.81% | - |
| XYZ | 17.51 | 17.19 | 60.79 | - |
| YUV | 92.46 | 192.07 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 206 | 1.00 | 0.43 | 0 | 0.19 | 206.05 | 0.99 | 0.41 |
| Hex | 1 | 75 | CE | 64 | 2B | 0 | 13 | CE | 63 | 29 |
| Octal | 1 | 165 | 316 | 144 | 53 | 0 | 23 | 316 | 143 | 51 |
| Binary | 1 | 1110101 | 11001110 | 1100100 | 101011 | 0 | 10011 | 11001110 | 1100011 | 101001 |
Color Harmonies of #0175CE
Complementary color
Monochromatic Colors of #0175CE
Black with #0175CE
Text Example
Text Example
White with #0175CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0175CE; }
p { color: rgb(1,117,206); }
H1.HeaderClassName
{
color: #0175CE;
}
.AnyTagClassName
{
color: #0175CE;
}
</style>
background-color css
<style>
a { background-color: #0175CE; }
a { background-color: rgb(1,117,206); }
div.DivClassName
{
background-color: #0175CE;
}
.BgClassName
{
background-color: #0175CE;
}
</style>
border-color css
<style>
span { border-color: #0175CE; }
span { border-color: rgb(1,117,206); }
td.TdClassName
{
border-color: #0175CE;
}
.TagClassName
{
border-color: #0175CE;
}
</style>