Shades of Navy Blue #006AD6
Tints of Navy Blue #006AD6
RGB
CMYK
RGB Variations
Color information
#006AD6 (or 0x006AD6) is known color: Navy Blue. HEX triplet: 00, 6A and D6. RGB value is (0,106,214). Sum of RGB (Red+Green+Blue) = 0+106+214=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 214 (83.98% from 255 or 66.88% from 320); Max value from RGB is 214 - color contains mainly: blue. Hex color #006AD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006AD6 is #FF9529. Grayscale: #565656. Windows color (decimal): -16749866 or 14051840. OLE color: 14051840.
HSL color Cylindrical-coordinate representation of color #006AD6: hue angle of 210.28º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006AD6 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 106 | 214 | - |
| CMYK | 1 | 0.50 | 0 | 0.16 |
| HSL | 210.28º | 1% | 0.42% | - |
| HSV(B) | 210.28º | 1% | 0.84% | - |
| XYZ | 17.29 | 15.16 | 65.63 | - |
| YUV | 86.62 | 199.88 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 214 | 1 | 0.50 | 0 | 0.16 | 210.28 | 1 | 0.42 |
| Hex | 0 | 6A | D6 | 64 | 32 | 0 | 10 | D2 | 64 | 2A |
| Octal | 0 | 152 | 326 | 144 | 62 | 0 | 20 | 322 | 144 | 52 |
| Binary | 0 | 1101010 | 11010110 | 1100100 | 110010 | 0 | 10000 | 11010010 | 1100100 | 101010 |
Color Harmonies of #006AD6
Complementary color
Monochromatic Colors of #006AD6
Black with #006AD6
Text Example
Text Example
White with #006AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006AD6; }
p { color: rgb(0,106,214); }
H1.HeaderClassName
{
color: #006AD6;
}
.AnyTagClassName
{
color: #006AD6;
}
</style>
background-color css
<style>
a { background-color: #006AD6; }
a { background-color: rgb(0,106,214); }
div.DivClassName
{
background-color: #006AD6;
}
.BgClassName
{
background-color: #006AD6;
}
</style>
border-color css
<style>
span { border-color: #006AD6; }
span { border-color: rgb(0,106,214); }
td.TdClassName
{
border-color: #006AD6;
}
.TagClassName
{
border-color: #006AD6;
}
</style>