Shades of Navy Blue #006AC0
Tints of Navy Blue #006AC0
RGB
CMYK
RGB Variations
Color information
#006AC0 (or 0x006AC0) is known color: Navy Blue. HEX triplet: 00, 6A and C0. RGB value is (0,106,192). Sum of RGB (Red+Green+Blue) = 0+106+192=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 192 (75.39% from 255 or 64.43% from 298); Max value from RGB is 192 - color contains mainly: blue. Hex color #006AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006AC0 is #FF953F. Grayscale: #535353. Windows color (decimal): -16749888 or 12610048. OLE color: 12610048.
HSL color Cylindrical-coordinate representation of color #006AC0: hue angle of 206.88º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006AC0 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 106 | 192 | - |
| CMYK | 1 | 0.45 | 0 | 0.25 |
| HSL | 206.88º | 1% | 0.38% | - |
| HSV(B) | 206.88º | 1% | 0.75% | - |
| XYZ | 14.67 | 14.11 | 51.82 | - |
| YUV | 84.11 | 188.88 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 192 | 1 | 0.45 | 0 | 0.25 | 206.88 | 1 | 0.38 |
| Hex | 0 | 6A | C0 | 64 | 2D | 0 | 19 | CF | 64 | 26 |
| Octal | 0 | 152 | 300 | 144 | 55 | 0 | 31 | 317 | 144 | 46 |
| Binary | 0 | 1101010 | 11000000 | 1100100 | 101101 | 0 | 11001 | 11001111 | 1100100 | 100110 |
Color Harmonies of #006AC0
Complementary color
Monochromatic Colors of #006AC0
Black with #006AC0
Text Example
Text Example
White with #006AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006AC0; }
p { color: rgb(0,106,192); }
H1.HeaderClassName
{
color: #006AC0;
}
.AnyTagClassName
{
color: #006AC0;
}
</style>
background-color css
<style>
a { background-color: #006AC0; }
a { background-color: rgb(0,106,192); }
div.DivClassName
{
background-color: #006AC0;
}
.BgClassName
{
background-color: #006AC0;
}
</style>
border-color css
<style>
span { border-color: #006AC0; }
span { border-color: rgb(0,106,192); }
td.TdClassName
{
border-color: #006AC0;
}
.TagClassName
{
border-color: #006AC0;
}
</style>