Shades of Navy Blue #006ABE
Tints of Navy Blue #006ABE
RGB
CMYK
RGB Variations
Color information
#006ABE (or 0x006ABE) is known color: Navy Blue. HEX triplet: 00, 6A and BE. RGB value is (0,106,190). Sum of RGB (Red+Green+Blue) = 0+106+190=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #006ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006ABE is #FF9541. Grayscale: #535353. Windows color (decimal): -16749890 or 12478976. OLE color: 12478976.
HSL color Cylindrical-coordinate representation of color #006ABE: hue angle of 206.53º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006ABE is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 106 | 190 | - |
| CMYK | 1 | 0.44 | 0 | 0.25 |
| HSL | 206.53º | 1% | 0.37% | - |
| HSV(B) | 206.53º | 1% | 0.75% | - |
| XYZ | 14.45 | 14.03 | 50.66 | - |
| YUV | 83.88 | 187.88 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 106 | 190 | 1 | 0.44 | 0 | 0.25 | 206.53 | 1 | 0.37 |
| Hex | 0 | 6A | BE | 64 | 2C | 0 | 19 | CF | 64 | 25 |
| Octal | 0 | 152 | 276 | 144 | 54 | 0 | 31 | 317 | 144 | 45 |
| Binary | 0 | 1101010 | 10111110 | 1100100 | 101100 | 0 | 11001 | 11001111 | 1100100 | 100101 |
Color Harmonies of #006ABE
Complementary color
Monochromatic Colors of #006ABE
Black with #006ABE
Text Example
Text Example
White with #006ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006ABE; }
p { color: rgb(0,106,190); }
H1.HeaderClassName
{
color: #006ABE;
}
.AnyTagClassName
{
color: #006ABE;
}
</style>
background-color css
<style>
a { background-color: #006ABE; }
a { background-color: rgb(0,106,190); }
div.DivClassName
{
background-color: #006ABE;
}
.BgClassName
{
background-color: #006ABE;
}
</style>
border-color css
<style>
span { border-color: #006ABE; }
span { border-color: rgb(0,106,190); }
td.TdClassName
{
border-color: #006ABE;
}
.TagClassName
{
border-color: #006ABE;
}
</style>