Shades of Navy Blue #0178CD
Tints of Navy Blue #0178CD
RGB
CMYK
RGB Variations
Color information
#0178CD (or 0x0178CD) is known color: Navy Blue. HEX triplet: 01, 78 and CD. RGB value is (1,120,205). Sum of RGB (Red+Green+Blue) = 1+120+205=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 205 (80.47% from 255 or 62.88% from 326); Max value from RGB is 205 - color contains mainly: blue. Hex color #0178CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0178CD is #FE8732. Grayscale: #5D5D5D. Windows color (decimal): -16680755 or 13465601. OLE color: 13465601.
HSL color Cylindrical-coordinate representation of color #0178CD: hue angle of 205º 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 #0178CD is Cyan = 1.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 120 | 205 | - |
| CMYK | 1.00 | 0.41 | 0 | 0.20 |
| HSL | 205º | 0.99% | 0.4% | - |
| HSV(B) | 205º | 1% | 0.8% | - |
| XYZ | 17.75 | 17.85 | 60.27 | - |
| YUV | 94.11 | 190.58 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 120 | 205 | 1.00 | 0.41 | 0 | 0.20 | 205 | 0.99 | 0.4 |
| Hex | 1 | 78 | CD | 64 | 29 | 0 | 14 | CD | 63 | 28 |
| Octal | 1 | 170 | 315 | 144 | 51 | 0 | 24 | 315 | 143 | 50 |
| Binary | 1 | 1111000 | 11001101 | 1100100 | 101001 | 0 | 10100 | 11001101 | 1100011 | 101000 |
Color Harmonies of #0178CD
Complementary color
Monochromatic Colors of #0178CD
Black with #0178CD
Text Example
Text Example
White with #0178CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0178CD; }
p { color: rgb(1,120,205); }
H1.HeaderClassName
{
color: #0178CD;
}
.AnyTagClassName
{
color: #0178CD;
}
</style>
background-color css
<style>
a { background-color: #0178CD; }
a { background-color: rgb(1,120,205); }
div.DivClassName
{
background-color: #0178CD;
}
.BgClassName
{
background-color: #0178CD;
}
</style>
border-color css
<style>
span { border-color: #0178CD; }
span { border-color: rgb(1,120,205); }
td.TdClassName
{
border-color: #0178CD;
}
.TagClassName
{
border-color: #0178CD;
}
</style>