Shades of Navy Blue #067AC0
Tints of Navy Blue #067AC0
RGB
CMYK
RGB Variations
Color information
#067AC0 (or 0x067AC0) is known color: Navy Blue. HEX triplet: 06, 7A and C0. RGB value is (6,122,192). Sum of RGB (Red+Green+Blue) = 6+122+192=320 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 192 (75.39% from 255 or 60% from 320); Max value from RGB is 192 - color contains mainly: blue. Hex color #067AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067AC0 is #F9853F. Grayscale: #5E5E5E. Windows color (decimal): -16352576 or 12614150. OLE color: 12614150.
HSL color Cylindrical-coordinate representation of color #067AC0: hue angle of 202.58º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067AC0 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 122 | 192 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.25 |
| HSL | 202.58º | 0.94% | 0.39% | - |
| HSV(B) | 202.58º | 0.97% | 0.75% | - |
| XYZ | 16.55 | 17.76 | 52.43 | - |
| YUV | 95.3 | 182.57 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 192 | 0.97 | 0.36 | 0 | 0.25 | 202.58 | 0.94 | 0.39 |
| Hex | 6 | 7A | C0 | 61 | 24 | 0 | 19 | CB | 5E | 27 |
| Octal | 6 | 172 | 300 | 141 | 44 | 0 | 31 | 313 | 136 | 47 |
| Binary | 110 | 1111010 | 11000000 | 1100001 | 100100 | 0 | 11001 | 11001011 | 1011110 | 100111 |
Color Harmonies of #067AC0
Complementary color
Monochromatic Colors of #067AC0
Black with #067AC0
Text Example
Text Example
White with #067AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067AC0; }
p { color: rgb(6,122,192); }
H1.HeaderClassName
{
color: #067AC0;
}
.AnyTagClassName
{
color: #067AC0;
}
</style>
background-color css
<style>
a { background-color: #067AC0; }
a { background-color: rgb(6,122,192); }
div.DivClassName
{
background-color: #067AC0;
}
.BgClassName
{
background-color: #067AC0;
}
</style>
border-color css
<style>
span { border-color: #067AC0; }
span { border-color: rgb(6,122,192); }
td.TdClassName
{
border-color: #067AC0;
}
.TagClassName
{
border-color: #067AC0;
}
</style>