Shades of Navy Blue #0678DA
Tints of Navy Blue #0678DA
RGB
CMYK
RGB Variations
Color information
#0678DA (or 0x0678DA) is known color: Navy Blue. HEX triplet: 06, 78 and DA. RGB value is (6,120,218). Sum of RGB (Red+Green+Blue) = 6+120+218=344 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #0678DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0678DA is #F98725. Grayscale: #606060. Windows color (decimal): -16353062 or 14317574. OLE color: 14317574.
HSL color Cylindrical-coordinate representation of color #0678DA: hue angle of 207.74º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0678DA is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 120 | 218 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.15 |
| HSL | 207.74º | 0.95% | 0.44% | - |
| HSV(B) | 207.74º | 0.97% | 0.85% | - |
| XYZ | 19.45 | 18.53 | 68.88 | - |
| YUV | 97.09 | 196.23 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 120 | 218 | 0.97 | 0.45 | 0 | 0.15 | 207.74 | 0.95 | 0.44 |
| Hex | 6 | 78 | DA | 61 | 2D | 0 | F | D0 | 5F | 2C |
| Octal | 6 | 170 | 332 | 141 | 55 | 0 | 17 | 320 | 137 | 54 |
| Binary | 110 | 1111000 | 11011010 | 1100001 | 101101 | 0 | 1111 | 11010000 | 1011111 | 101100 |
Color Harmonies of #0678DA
Complementary color
Monochromatic Colors of #0678DA
Black with #0678DA
Text Example
Text Example
White with #0678DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0678DA; }
p { color: rgb(6,120,218); }
H1.HeaderClassName
{
color: #0678DA;
}
.AnyTagClassName
{
color: #0678DA;
}
</style>
background-color css
<style>
a { background-color: #0678DA; }
a { background-color: rgb(6,120,218); }
div.DivClassName
{
background-color: #0678DA;
}
.BgClassName
{
background-color: #0678DA;
}
</style>
border-color css
<style>
span { border-color: #0678DA; }
span { border-color: rgb(6,120,218); }
td.TdClassName
{
border-color: #0678DA;
}
.TagClassName
{
border-color: #0678DA;
}
</style>