Shades of Navy Blue #0670BA
Tints of Navy Blue #0670BA
RGB
CMYK
RGB Variations
Color information
#0670BA (or 0x0670BA) is known color: Navy Blue. HEX triplet: 06, 70 and BA. RGB value is (6,112,186). Sum of RGB (Red+Green+Blue) = 6+112+186=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #0670BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0670BA is #F98F45. Grayscale: #585858. Windows color (decimal): -16355142 or 12218374. OLE color: 12218374.
HSL color Cylindrical-coordinate representation of color #0670BA: hue angle of 204.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0670BA is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 112 | 186 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.27 |
| HSL | 204.67º | 0.94% | 0.38% | - |
| HSV(B) | 204.67º | 0.97% | 0.73% | - |
| XYZ | 14.73 | 15.17 | 48.61 | - |
| YUV | 88.74 | 182.88 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 186 | 0.97 | 0.40 | 0 | 0.27 | 204.67 | 0.94 | 0.38 |
| Hex | 6 | 70 | BA | 61 | 28 | 0 | 1B | CD | 5E | 26 |
| Octal | 6 | 160 | 272 | 141 | 50 | 0 | 33 | 315 | 136 | 46 |
| Binary | 110 | 1110000 | 10111010 | 1100001 | 101000 | 0 | 11011 | 11001101 | 1011110 | 100110 |
Color Harmonies of #0670BA
Complementary color
Monochromatic Colors of #0670BA
Black with #0670BA
Text Example
Text Example
White with #0670BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0670BA; }
p { color: rgb(6,112,186); }
H1.HeaderClassName
{
color: #0670BA;
}
.AnyTagClassName
{
color: #0670BA;
}
</style>
background-color css
<style>
a { background-color: #0670BA; }
a { background-color: rgb(6,112,186); }
div.DivClassName
{
background-color: #0670BA;
}
.BgClassName
{
background-color: #0670BA;
}
</style>
border-color css
<style>
span { border-color: #0670BA; }
span { border-color: rgb(6,112,186); }
td.TdClassName
{
border-color: #0670BA;
}
.TagClassName
{
border-color: #0670BA;
}
</style>