Shades of Navy Blue #066ADB
Tints of Navy Blue #066ADB
RGB
CMYK
RGB Variations
Color information
#066ADB (or 0x066ADB) is known color: Navy Blue. HEX triplet: 06, 6A and DB. RGB value is (6,106,219). Sum of RGB (Red+Green+Blue) = 6+106+219=331 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #066ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066ADB is #F99524. Grayscale: #585858. Windows color (decimal): -16356645 or 14379526. OLE color: 14379526.
HSL color Cylindrical-coordinate representation of color #066ADB: hue angle of 211.83º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066ADB is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 106 | 219 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.14 |
| HSL | 211.83º | 0.95% | 0.44% | - |
| HSV(B) | 211.83º | 0.97% | 0.86% | - |
| XYZ | 18.02 | 15.46 | 69.05 | - |
| YUV | 88.98 | 201.37 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 106 | 219 | 0.97 | 0.52 | 0 | 0.14 | 211.83 | 0.95 | 0.44 |
| Hex | 6 | 6A | DB | 61 | 34 | 0 | E | D4 | 5F | 2C |
| Octal | 6 | 152 | 333 | 141 | 64 | 0 | 16 | 324 | 137 | 54 |
| Binary | 110 | 1101010 | 11011011 | 1100001 | 110100 | 0 | 1110 | 11010100 | 1011111 | 101100 |
Color Harmonies of #066ADB
Complementary color
Monochromatic Colors of #066ADB
Black with #066ADB
Text Example
Text Example
White with #066ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066ADB; }
p { color: rgb(6,106,219); }
H1.HeaderClassName
{
color: #066ADB;
}
.AnyTagClassName
{
color: #066ADB;
}
</style>
background-color css
<style>
a { background-color: #066ADB; }
a { background-color: rgb(6,106,219); }
div.DivClassName
{
background-color: #066ADB;
}
.BgClassName
{
background-color: #066ADB;
}
</style>
border-color css
<style>
span { border-color: #066ADB; }
span { border-color: rgb(6,106,219); }
td.TdClassName
{
border-color: #066ADB;
}
.TagClassName
{
border-color: #066ADB;
}
</style>