Shades of Navy Blue #006ACD
Tints of Navy Blue #006ACD
RGB
CMYK
RGB Variations
Color information
#006ACD (or 0x006ACD) is known color: Navy Blue. HEX triplet: 00, 6A and CD. RGB value is (0,106,205). Sum of RGB (Red+Green+Blue) = 0+106+205=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 205 (80.47% from 255 or 65.92% from 311); Max value from RGB is 205 - color contains mainly: blue. Hex color #006ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ACD is #FF9532. Grayscale: #555555. Windows color (decimal): -16749875 or 13462016. OLE color: 13462016.
HSL color Cylindrical-coordinate representation of color #006ACD: hue angle of 208.98º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006ACD is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 106 | 205 | - |
| CMYK | 1 | 0.48 | 0 | 0.20 |
| HSL | 208.98º | 1% | 0.4% | - |
| HSV(B) | 208.98º | 1% | 0.8% | - |
| XYZ | 16.17 | 14.72 | 59.75 | - |
| YUV | 85.59 | 195.38 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 205 | 1 | 0.48 | 0 | 0.20 | 208.98 | 1 | 0.4 |
| Hex | 0 | 6A | CD | 64 | 30 | 0 | 14 | D1 | 64 | 28 |
| Octal | 0 | 152 | 315 | 144 | 60 | 0 | 24 | 321 | 144 | 50 |
| Binary | 0 | 1101010 | 11001101 | 1100100 | 110000 | 0 | 10100 | 11010001 | 1100100 | 101000 |
Color Harmonies of #006ACD
Complementary color
Monochromatic Colors of #006ACD
Black with #006ACD
Text Example
Text Example
White with #006ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006ACD; }
p { color: rgb(0,106,205); }
H1.HeaderClassName
{
color: #006ACD;
}
.AnyTagClassName
{
color: #006ACD;
}
</style>
background-color css
<style>
a { background-color: #006ACD; }
a { background-color: rgb(0,106,205); }
div.DivClassName
{
background-color: #006ACD;
}
.BgClassName
{
background-color: #006ACD;
}
</style>
border-color css
<style>
span { border-color: #006ACD; }
span { border-color: rgb(0,106,205); }
td.TdClassName
{
border-color: #006ACD;
}
.TagClassName
{
border-color: #006ACD;
}
</style>