Shades of Navy Blue #0078BF
Tints of Navy Blue #0078BF
RGB
CMYK
RGB Variations
Color information
#0078BF (or 0x0078BF) is known color: Navy Blue. HEX triplet: 00, 78 and BF. RGB value is (0,120,191). Sum of RGB (Red+Green+Blue) = 0+120+191=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #0078BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0078BF is #FF8740. Grayscale: #5B5B5B. Windows color (decimal): -16746305 or 12548096. OLE color: 12548096.
HSL color Cylindrical-coordinate representation of color #0078BF: hue angle of 202.3º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0078BF is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 120 | 191 | - |
| CMYK | 1 | 0.37 | 0 | 0.25 |
| HSL | 202.3º | 1% | 0.37% | - |
| HSV(B) | 202.3º | 1% | 0.75% | - |
| XYZ | 16.12 | 17.19 | 51.76 | - |
| YUV | 92.21 | 183.74 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 191 | 1 | 0.37 | 0 | 0.25 | 202.3 | 1 | 0.37 |
| Hex | 0 | 78 | BF | 64 | 25 | 0 | 19 | CA | 64 | 25 |
| Octal | 0 | 170 | 277 | 144 | 45 | 0 | 31 | 312 | 144 | 45 |
| Binary | 0 | 1111000 | 10111111 | 1100100 | 100101 | 0 | 11001 | 11001010 | 1100100 | 100101 |
Color Harmonies of #0078BF
Complementary color
Monochromatic Colors of #0078BF
Black with #0078BF
Text Example
Text Example
White with #0078BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0078BF; }
p { color: rgb(0,120,191); }
H1.HeaderClassName
{
color: #0078BF;
}
.AnyTagClassName
{
color: #0078BF;
}
</style>
background-color css
<style>
a { background-color: #0078BF; }
a { background-color: rgb(0,120,191); }
div.DivClassName
{
background-color: #0078BF;
}
.BgClassName
{
background-color: #0078BF;
}
</style>
border-color css
<style>
span { border-color: #0078BF; }
span { border-color: rgb(0,120,191); }
td.TdClassName
{
border-color: #0078BF;
}
.TagClassName
{
border-color: #0078BF;
}
</style>