Shades of Navy Blue #066ADE
Tints of Navy Blue #066ADE
RGB
CMYK
RGB Variations
Color information
#066ADE (or 0x066ADE) is known color: Navy Blue. HEX triplet: 06, 6A and DE. RGB value is (6,106,222). Sum of RGB (Red+Green+Blue) = 6+106+222=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #066ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066ADE is #F99521. Grayscale: #585858. Windows color (decimal): -16356642 or 14576134. OLE color: 14576134.
HSL color Cylindrical-coordinate representation of color #066ADE: hue angle of 212.22º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066ADE is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 106 | 222 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.13 |
| HSL | 212.22º | 0.95% | 0.45% | - |
| HSV(B) | 212.22º | 0.97% | 0.87% | - |
| XYZ | 18.41 | 15.62 | 71.15 | - |
| YUV | 89.32 | 202.87 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 106 | 222 | 0.97 | 0.52 | 0 | 0.13 | 212.22 | 0.95 | 0.45 |
| Hex | 6 | 6A | DE | 61 | 34 | 0 | D | D4 | 5F | 2D |
| Octal | 6 | 152 | 336 | 141 | 64 | 0 | 15 | 324 | 137 | 55 |
| Binary | 110 | 1101010 | 11011110 | 1100001 | 110100 | 0 | 1101 | 11010100 | 1011111 | 101101 |
Color Harmonies of #066ADE
Complementary color
Monochromatic Colors of #066ADE
Black with #066ADE
Text Example
Text Example
White with #066ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066ADE; }
p { color: rgb(6,106,222); }
H1.HeaderClassName
{
color: #066ADE;
}
.AnyTagClassName
{
color: #066ADE;
}
</style>
background-color css
<style>
a { background-color: #066ADE; }
a { background-color: rgb(6,106,222); }
div.DivClassName
{
background-color: #066ADE;
}
.BgClassName
{
background-color: #066ADE;
}
</style>
border-color css
<style>
span { border-color: #066ADE; }
span { border-color: rgb(6,106,222); }
td.TdClassName
{
border-color: #066ADE;
}
.TagClassName
{
border-color: #066ADE;
}
</style>