Shades of Navy Blue #0177C3
Tints of Navy Blue #0177C3
RGB
CMYK
RGB Variations
Color information
#0177C3 (or 0x0177C3) is known color: Navy Blue. HEX triplet: 01, 77 and C3. RGB value is (1,119,195). Sum of RGB (Red+Green+Blue) = 1+119+195=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 195 (76.56% from 255 or 61.90% from 315); Max value from RGB is 195 - color contains mainly: blue. Hex color #0177C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0177C3 is #FE883C. Grayscale: #5B5B5B. Windows color (decimal): -16681021 or 12809985. OLE color: 12809985.
HSL color Cylindrical-coordinate representation of color #0177C3: hue angle of 203.51º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0177C3 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 119 | 195 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.24 |
| HSL | 203.51º | 0.99% | 0.38% | - |
| HSV(B) | 203.51º | 0.99% | 0.76% | - |
| XYZ | 16.46 | 17.14 | 54.07 | - |
| YUV | 92.38 | 185.91 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 195 | 0.99 | 0.39 | 0 | 0.24 | 203.51 | 0.99 | 0.38 |
| Hex | 1 | 77 | C3 | 63 | 27 | 0 | 18 | CC | 63 | 26 |
| Octal | 1 | 167 | 303 | 143 | 47 | 0 | 30 | 314 | 143 | 46 |
| Binary | 1 | 1110111 | 11000011 | 1100011 | 100111 | 0 | 11000 | 11001100 | 1100011 | 100110 |
Color Harmonies of #0177C3
Complementary color
Monochromatic Colors of #0177C3
Black with #0177C3
Text Example
Text Example
White with #0177C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0177C3; }
p { color: rgb(1,119,195); }
H1.HeaderClassName
{
color: #0177C3;
}
.AnyTagClassName
{
color: #0177C3;
}
</style>
background-color css
<style>
a { background-color: #0177C3; }
a { background-color: rgb(1,119,195); }
div.DivClassName
{
background-color: #0177C3;
}
.BgClassName
{
background-color: #0177C3;
}
</style>
border-color css
<style>
span { border-color: #0177C3; }
span { border-color: rgb(1,119,195); }
td.TdClassName
{
border-color: #0177C3;
}
.TagClassName
{
border-color: #0177C3;
}
</style>