Shades of Navy Blue #0679DA
Tints of Navy Blue #0679DA
RGB
CMYK
RGB Variations
Color information
#0679DA (or 0x0679DA) is known color: Navy Blue. HEX triplet: 06, 79 and DA. RGB value is (6,121,218). Sum of RGB (Red+Green+Blue) = 6+121+218=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #0679DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0679DA is #F98625. Grayscale: #616161. Windows color (decimal): -16352806 or 14317830. OLE color: 14317830.
HSL color Cylindrical-coordinate representation of color #0679DA: hue angle of 207.45º 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 #0679DA is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 121 | 218 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.15 |
| HSL | 207.45º | 0.95% | 0.44% | - |
| HSV(B) | 207.45º | 0.97% | 0.85% | - |
| XYZ | 19.57 | 18.78 | 68.92 | - |
| YUV | 97.67 | 195.9 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 121 | 218 | 0.97 | 0.44 | 0 | 0.15 | 207.45 | 0.95 | 0.44 |
| Hex | 6 | 79 | DA | 61 | 2C | 0 | F | CF | 5F | 2C |
| Octal | 6 | 171 | 332 | 141 | 54 | 0 | 17 | 317 | 137 | 54 |
| Binary | 110 | 1111001 | 11011010 | 1100001 | 101100 | 0 | 1111 | 11001111 | 1011111 | 101100 |
Color Harmonies of #0679DA
Complementary color
Monochromatic Colors of #0679DA
Black with #0679DA
Text Example
Text Example
White with #0679DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0679DA; }
p { color: rgb(6,121,218); }
H1.HeaderClassName
{
color: #0679DA;
}
.AnyTagClassName
{
color: #0679DA;
}
</style>
background-color css
<style>
a { background-color: #0679DA; }
a { background-color: rgb(6,121,218); }
div.DivClassName
{
background-color: #0679DA;
}
.BgClassName
{
background-color: #0679DA;
}
</style>
border-color css
<style>
span { border-color: #0679DA; }
span { border-color: rgb(6,121,218); }
td.TdClassName
{
border-color: #0679DA;
}
.TagClassName
{
border-color: #0679DA;
}
</style>