Shades of Navy Blue #066ABB
Tints of Navy Blue #066ABB
RGB
CMYK
RGB Variations
Color information
#066ABB (or 0x066ABB) is known color: Navy Blue. HEX triplet: 06, 6A and BB. RGB value is (6,106,187). Sum of RGB (Red+Green+Blue) = 6+106+187=299 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #066ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066ABB is #F99544. Grayscale: #545454. Windows color (decimal): -16356677 or 12282374. OLE color: 12282374.
HSL color Cylindrical-coordinate representation of color #066ABB: hue angle of 206.85º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066ABB is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 106 | 187 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.27 |
| HSL | 206.85º | 0.94% | 0.38% | - |
| HSV(B) | 206.85º | 0.97% | 0.73% | - |
| XYZ | 14.2 | 13.93 | 48.96 | - |
| YUV | 85.33 | 185.37 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 106 | 187 | 0.97 | 0.43 | 0 | 0.27 | 206.85 | 0.94 | 0.38 |
| Hex | 6 | 6A | BB | 61 | 2B | 0 | 1B | CF | 5E | 26 |
| Octal | 6 | 152 | 273 | 141 | 53 | 0 | 33 | 317 | 136 | 46 |
| Binary | 110 | 1101010 | 10111011 | 1100001 | 101011 | 0 | 11011 | 11001111 | 1011110 | 100110 |
Color Harmonies of #066ABB
Complementary color
Monochromatic Colors of #066ABB
Black with #066ABB
Text Example
Text Example
White with #066ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066ABB; }
p { color: rgb(6,106,187); }
H1.HeaderClassName
{
color: #066ABB;
}
.AnyTagClassName
{
color: #066ABB;
}
</style>
background-color css
<style>
a { background-color: #066ABB; }
a { background-color: rgb(6,106,187); }
div.DivClassName
{
background-color: #066ABB;
}
.BgClassName
{
background-color: #066ABB;
}
</style>
border-color css
<style>
span { border-color: #066ABB; }
span { border-color: rgb(6,106,187); }
td.TdClassName
{
border-color: #066ABB;
}
.TagClassName
{
border-color: #066ABB;
}
</style>