Shades of Navy Blue #006AB5
Tints of Navy Blue #006AB5
RGB
CMYK
RGB Variations
Color information
#006AB5 (or 0x006AB5) is known color: Navy Blue. HEX triplet: 00, 6A and B5. RGB value is (0,106,181). Sum of RGB (Red+Green+Blue) = 0+106+181=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 181 (71.09% from 255 or 63.07% from 287); Max value from RGB is 181 - color contains mainly: blue. Hex color #006AB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006AB5 is #FF954A. Grayscale: #525252. Windows color (decimal): -16749899 or 11889152. OLE color: 11889152.
HSL color Cylindrical-coordinate representation of color #006AB5: hue angle of 204.86º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006AB5 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 106 | 181 | - |
| CMYK | 1 | 0.41 | 0 | 0.29 |
| HSL | 204.86º | 1% | 0.35% | - |
| HSV(B) | 204.86º | 1% | 0.71% | - |
| XYZ | 13.49 | 13.64 | 45.64 | - |
| YUV | 82.86 | 183.38 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 181 | 1 | 0.41 | 0 | 0.29 | 204.86 | 1 | 0.35 |
| Hex | 0 | 6A | B5 | 64 | 29 | 0 | 1D | CD | 64 | 23 |
| Octal | 0 | 152 | 265 | 144 | 51 | 0 | 35 | 315 | 144 | 43 |
| Binary | 0 | 1101010 | 10110101 | 1100100 | 101001 | 0 | 11101 | 11001101 | 1100100 | 100011 |
Color Harmonies of #006AB5
Complementary color
Monochromatic Colors of #006AB5
Black with #006AB5
Text Example
Text Example
White with #006AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006AB5; }
p { color: rgb(0,106,181); }
H1.HeaderClassName
{
color: #006AB5;
}
.AnyTagClassName
{
color: #006AB5;
}
</style>
background-color css
<style>
a { background-color: #006AB5; }
a { background-color: rgb(0,106,181); }
div.DivClassName
{
background-color: #006AB5;
}
.BgClassName
{
background-color: #006AB5;
}
</style>
border-color css
<style>
span { border-color: #006AB5; }
span { border-color: rgb(0,106,181); }
td.TdClassName
{
border-color: #006AB5;
}
.TagClassName
{
border-color: #006AB5;
}
</style>