Shades of Navy Blue #006AD3
Tints of Navy Blue #006AD3
RGB
CMYK
RGB Variations
Color information
#006AD3 (or 0x006AD3) is known color: Navy Blue. HEX triplet: 00, 6A and D3. RGB value is (0,106,211). Sum of RGB (Red+Green+Blue) = 0+106+211=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 211 (82.81% from 255 or 66.56% from 317); Max value from RGB is 211 - color contains mainly: blue. Hex color #006AD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006AD3 is #FF952C. Grayscale: #555555. Windows color (decimal): -16749869 or 13855232. OLE color: 13855232.
HSL color Cylindrical-coordinate representation of color #006AD3: hue angle of 209.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006AD3 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 106 | 211 | - |
| CMYK | 1 | 0.50 | 0 | 0.17 |
| HSL | 209.86º | 1% | 0.41% | - |
| HSV(B) | 209.86º | 1% | 0.83% | - |
| XYZ | 16.91 | 15.01 | 63.63 | - |
| YUV | 86.28 | 198.38 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 211 | 1 | 0.50 | 0 | 0.17 | 209.86 | 1 | 0.41 |
| Hex | 0 | 6A | D3 | 64 | 32 | 0 | 11 | D2 | 64 | 29 |
| Octal | 0 | 152 | 323 | 144 | 62 | 0 | 21 | 322 | 144 | 51 |
| Binary | 0 | 1101010 | 11010011 | 1100100 | 110010 | 0 | 10001 | 11010010 | 1100100 | 101001 |
Color Harmonies of #006AD3
Complementary color
Monochromatic Colors of #006AD3
Black with #006AD3
Text Example
Text Example
White with #006AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006AD3; }
p { color: rgb(0,106,211); }
H1.HeaderClassName
{
color: #006AD3;
}
.AnyTagClassName
{
color: #006AD3;
}
</style>
background-color css
<style>
a { background-color: #006AD3; }
a { background-color: rgb(0,106,211); }
div.DivClassName
{
background-color: #006AD3;
}
.BgClassName
{
background-color: #006AD3;
}
</style>
border-color css
<style>
span { border-color: #006AD3; }
span { border-color: rgb(0,106,211); }
td.TdClassName
{
border-color: #006AD3;
}
.TagClassName
{
border-color: #006AD3;
}
</style>