Shades of Navy Blue #0678DF
Tints of Navy Blue #0678DF
RGB
CMYK
RGB Variations
Color information
#0678DF (or 0x0678DF) is known color: Navy Blue. HEX triplet: 06, 78 and DF. RGB value is (6,120,223). Sum of RGB (Red+Green+Blue) = 6+120+223=349 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #0678DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0678DF is #F98720. Grayscale: #616161. Windows color (decimal): -16353057 or 14645254. OLE color: 14645254.
HSL color Cylindrical-coordinate representation of color #0678DF: hue angle of 208.48º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0678DF is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 120 | 223 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.13 |
| HSL | 208.48º | 0.95% | 0.45% | - |
| HSV(B) | 208.48º | 0.97% | 0.87% | - |
| XYZ | 20.11 | 18.8 | 72.38 | - |
| YUV | 97.66 | 198.73 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 120 | 223 | 0.97 | 0.46 | 0 | 0.13 | 208.48 | 0.95 | 0.45 |
| Hex | 6 | 78 | DF | 61 | 2E | 0 | D | D0 | 5F | 2D |
| Octal | 6 | 170 | 337 | 141 | 56 | 0 | 15 | 320 | 137 | 55 |
| Binary | 110 | 1111000 | 11011111 | 1100001 | 101110 | 0 | 1101 | 11010000 | 1011111 | 101101 |
Color Harmonies of #0678DF
Complementary color
Monochromatic Colors of #0678DF
Black with #0678DF
Text Example
Text Example
White with #0678DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0678DF; }
p { color: rgb(6,120,223); }
H1.HeaderClassName
{
color: #0678DF;
}
.AnyTagClassName
{
color: #0678DF;
}
</style>
background-color css
<style>
a { background-color: #0678DF; }
a { background-color: rgb(6,120,223); }
div.DivClassName
{
background-color: #0678DF;
}
.BgClassName
{
background-color: #0678DF;
}
</style>
border-color css
<style>
span { border-color: #0678DF; }
span { border-color: rgb(6,120,223); }
td.TdClassName
{
border-color: #0678DF;
}
.TagClassName
{
border-color: #0678DF;
}
</style>