Shades of Navy Blue #066EDD
Tints of Navy Blue #066EDD
RGB
CMYK
RGB Variations
Color information
#066EDD (or 0x066EDD) is known color: Navy Blue. HEX triplet: 06, 6E and DD. RGB value is (6,110,221). Sum of RGB (Red+Green+Blue) = 6+110+221=337 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #066EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066EDD is #F99122. Grayscale: #5B5B5B. Windows color (decimal): -16355619 or 14511622. OLE color: 14511622.
HSL color Cylindrical-coordinate representation of color #066EDD: hue angle of 210.98º 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 #066EDD is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 110 | 221 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.13 |
| HSL | 210.98º | 0.95% | 0.45% | - |
| HSV(B) | 210.98º | 0.97% | 0.87% | - |
| XYZ | 18.7 | 16.41 | 70.59 | - |
| YUV | 91.56 | 201.04 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 221 | 0.97 | 0.50 | 0 | 0.13 | 210.98 | 0.95 | 0.45 |
| Hex | 6 | 6E | DD | 61 | 32 | 0 | D | D3 | 5F | 2D |
| Octal | 6 | 156 | 335 | 141 | 62 | 0 | 15 | 323 | 137 | 55 |
| Binary | 110 | 1101110 | 11011101 | 1100001 | 110010 | 0 | 1101 | 11010011 | 1011111 | 101101 |
Color Harmonies of #066EDD
Complementary color
Monochromatic Colors of #066EDD
Black with #066EDD
Text Example
Text Example
White with #066EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066EDD; }
p { color: rgb(6,110,221); }
H1.HeaderClassName
{
color: #066EDD;
}
.AnyTagClassName
{
color: #066EDD;
}
</style>
background-color css
<style>
a { background-color: #066EDD; }
a { background-color: rgb(6,110,221); }
div.DivClassName
{
background-color: #066EDD;
}
.BgClassName
{
background-color: #066EDD;
}
</style>
border-color css
<style>
span { border-color: #066EDD; }
span { border-color: rgb(6,110,221); }
td.TdClassName
{
border-color: #066EDD;
}
.TagClassName
{
border-color: #066EDD;
}
</style>