Shades of Navy Blue #0078CA
Tints of Navy Blue #0078CA
RGB
CMYK
RGB Variations
Color information
#0078CA (or 0x0078CA) is known color: Navy Blue. HEX triplet: 00, 78 and CA. RGB value is (0,120,202). Sum of RGB (Red+Green+Blue) = 0+120+202=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #0078CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0078CA is #FF8735. Grayscale: #5D5D5D. Windows color (decimal): -16746294 or 13268992. OLE color: 13268992.
HSL color Cylindrical-coordinate representation of color #0078CA: hue angle of 204.36º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0078CA is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 120 | 202 | - |
| CMYK | 1 | 0.41 | 0 | 0.21 |
| HSL | 204.36º | 1% | 0.4% | - |
| HSV(B) | 204.36º | 1% | 0.79% | - |
| XYZ | 17.38 | 17.7 | 58.38 | - |
| YUV | 93.47 | 189.24 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 202 | 1 | 0.41 | 0 | 0.21 | 204.36 | 1 | 0.4 |
| Hex | 0 | 78 | CA | 64 | 29 | 0 | 15 | CC | 64 | 28 |
| Octal | 0 | 170 | 312 | 144 | 51 | 0 | 25 | 314 | 144 | 50 |
| Binary | 0 | 1111000 | 11001010 | 1100100 | 101001 | 0 | 10101 | 11001100 | 1100100 | 101000 |
Color Harmonies of #0078CA
Complementary color
Monochromatic Colors of #0078CA
Black with #0078CA
Text Example
Text Example
White with #0078CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0078CA; }
p { color: rgb(0,120,202); }
H1.HeaderClassName
{
color: #0078CA;
}
.AnyTagClassName
{
color: #0078CA;
}
</style>
background-color css
<style>
a { background-color: #0078CA; }
a { background-color: rgb(0,120,202); }
div.DivClassName
{
background-color: #0078CA;
}
.BgClassName
{
background-color: #0078CA;
}
</style>
border-color css
<style>
span { border-color: #0078CA; }
span { border-color: rgb(0,120,202); }
td.TdClassName
{
border-color: #0078CA;
}
.TagClassName
{
border-color: #0078CA;
}
</style>