Shades of Navy Blue #0178DD
Tints of Navy Blue #0178DD
RGB
CMYK
RGB Variations
Color information
#0178DD (or 0x0178DD) is known color: Navy Blue. HEX triplet: 01, 78 and DD. RGB value is (1,120,221). Sum of RGB (Red+Green+Blue) = 1+120+221=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #0178DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0178DD is #FE8722. Grayscale: #5F5F5F. Windows color (decimal): -16680739 or 14514177. OLE color: 14514177.
HSL color Cylindrical-coordinate representation of color #0178DD: hue angle of 207.55º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0178DD is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 120 | 221 | - |
| CMYK | 1.00 | 0.46 | 0 | 0.13 |
| HSL | 207.55º | 0.99% | 0.44% | - |
| HSV(B) | 207.55º | 1% | 0.87% | - |
| XYZ | 19.78 | 18.66 | 70.97 | - |
| YUV | 95.93 | 198.58 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 120 | 221 | 1.00 | 0.46 | 0 | 0.13 | 207.55 | 0.99 | 0.44 |
| Hex | 1 | 78 | DD | 64 | 2E | 0 | D | D0 | 63 | 2C |
| Octal | 1 | 170 | 335 | 144 | 56 | 0 | 15 | 320 | 143 | 54 |
| Binary | 1 | 1111000 | 11011101 | 1100100 | 101110 | 0 | 1101 | 11010000 | 1100011 | 101100 |
Color Harmonies of #0178DD
Complementary color
Monochromatic Colors of #0178DD
Black with #0178DD
Text Example
Text Example
White with #0178DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0178DD; }
p { color: rgb(1,120,221); }
H1.HeaderClassName
{
color: #0178DD;
}
.AnyTagClassName
{
color: #0178DD;
}
</style>
background-color css
<style>
a { background-color: #0178DD; }
a { background-color: rgb(1,120,221); }
div.DivClassName
{
background-color: #0178DD;
}
.BgClassName
{
background-color: #0178DD;
}
</style>
border-color css
<style>
span { border-color: #0178DD; }
span { border-color: rgb(1,120,221); }
td.TdClassName
{
border-color: #0178DD;
}
.TagClassName
{
border-color: #0178DD;
}
</style>