Shades of Navy Blue #0078CC
Tints of Navy Blue #0078CC
RGB
CMYK
RGB Variations
Color information
#0078CC (or 0x0078CC) is known color: Navy Blue. HEX triplet: 00, 78 and CC. RGB value is (0,120,204). Sum of RGB (Red+Green+Blue) = 0+120+204=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #0078CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0078CC is #FF8733. Grayscale: #5D5D5D. Windows color (decimal): -16746292 or 13400064. OLE color: 13400064.
HSL color Cylindrical-coordinate representation of color #0078CC: hue angle of 204.71º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0078CC is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 120 | 204 | - |
| CMYK | 1 | 0.41 | 0 | 0.2 |
| HSL | 204.71º | 1% | 0.4% | - |
| HSV(B) | 204.71º | 1% | 0.8% | - |
| XYZ | 17.62 | 17.79 | 59.63 | - |
| YUV | 93.7 | 190.24 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 204 | 1 | 0.41 | 0 | 0.2 | 204.71 | 1 | 0.4 |
| Hex | 0 | 78 | CC | 64 | 29 | 0 | 14 | CD | 64 | 28 |
| Octal | 0 | 170 | 314 | 144 | 51 | 0 | 24 | 315 | 144 | 50 |
| Binary | 0 | 1111000 | 11001100 | 1100100 | 101001 | 0 | 10100 | 11001101 | 1100100 | 101000 |
Color Harmonies of #0078CC
Complementary color
Monochromatic Colors of #0078CC
Black with #0078CC
Text Example
Text Example
White with #0078CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0078CC; }
p { color: rgb(0,120,204); }
H1.HeaderClassName
{
color: #0078CC;
}
.AnyTagClassName
{
color: #0078CC;
}
</style>
background-color css
<style>
a { background-color: #0078CC; }
a { background-color: rgb(0,120,204); }
div.DivClassName
{
background-color: #0078CC;
}
.BgClassName
{
background-color: #0078CC;
}
</style>
border-color css
<style>
span { border-color: #0078CC; }
span { border-color: rgb(0,120,204); }
td.TdClassName
{
border-color: #0078CC;
}
.TagClassName
{
border-color: #0078CC;
}
</style>