Shades of Navy Blue #006AD0
Tints of Navy Blue #006AD0
RGB
CMYK
RGB Variations
Color information
#006AD0 (or 0x006AD0) is known color: Navy Blue. HEX triplet: 00, 6A and D0. RGB value is (0,106,208). Sum of RGB (Red+Green+Blue) = 0+106+208=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 208 (81.64% from 255 or 66.24% from 314); Max value from RGB is 208 - color contains mainly: blue. Hex color #006AD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006AD0 is #FF952F. Grayscale: #555555. Windows color (decimal): -16749872 or 13658624. OLE color: 13658624.
HSL color Cylindrical-coordinate representation of color #006AD0: hue angle of 209.42º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006AD0 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 106 | 208 | - |
| CMYK | 1 | 0.49 | 0 | 0.18 |
| HSL | 209.42º | 1% | 0.41% | - |
| HSV(B) | 209.42º | 1% | 0.82% | - |
| XYZ | 16.54 | 14.86 | 61.67 | - |
| YUV | 85.93 | 196.88 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 208 | 1 | 0.49 | 0 | 0.18 | 209.42 | 1 | 0.41 |
| Hex | 0 | 6A | D0 | 64 | 31 | 0 | 12 | D1 | 64 | 29 |
| Octal | 0 | 152 | 320 | 144 | 61 | 0 | 22 | 321 | 144 | 51 |
| Binary | 0 | 1101010 | 11010000 | 1100100 | 110001 | 0 | 10010 | 11010001 | 1100100 | 101001 |
Color Harmonies of #006AD0
Complementary color
Monochromatic Colors of #006AD0
Black with #006AD0
Text Example
Text Example
White with #006AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006AD0; }
p { color: rgb(0,106,208); }
H1.HeaderClassName
{
color: #006AD0;
}
.AnyTagClassName
{
color: #006AD0;
}
</style>
background-color css
<style>
a { background-color: #006AD0; }
a { background-color: rgb(0,106,208); }
div.DivClassName
{
background-color: #006AD0;
}
.BgClassName
{
background-color: #006AD0;
}
</style>
border-color css
<style>
span { border-color: #006AD0; }
span { border-color: rgb(0,106,208); }
td.TdClassName
{
border-color: #006AD0;
}
.TagClassName
{
border-color: #006AD0;
}
</style>