Shades of Navy Blue #066EE0
Tints of Navy Blue #066EE0
RGB
CMYK
RGB Variations
Color information
#066EE0 (or 0x066EE0) is known color: Navy Blue. HEX triplet: 06, 6E and E0. RGB value is (6,110,224). Sum of RGB (Red+Green+Blue) = 6+110+224=340 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 224 (87.89% from 255 or 65.88% from 340); Max value from RGB is 224 - color contains mainly: blue. Hex color #066EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066EE0 is #F9911F. Grayscale: #5B5B5B. Windows color (decimal): -16355616 or 14708230. OLE color: 14708230.
HSL color Cylindrical-coordinate representation of color #066EE0: hue angle of 211.38º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066EE0 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 110 | 224 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.12 |
| HSL | 211.38º | 0.95% | 0.45% | - |
| HSV(B) | 211.38º | 0.97% | 0.88% | - |
| XYZ | 19.11 | 16.57 | 72.71 | - |
| YUV | 91.9 | 202.54 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 224 | 0.97 | 0.51 | 0 | 0.12 | 211.38 | 0.95 | 0.45 |
| Hex | 6 | 6E | E0 | 61 | 33 | 0 | C | D3 | 5F | 2D |
| Octal | 6 | 156 | 340 | 141 | 63 | 0 | 14 | 323 | 137 | 55 |
| Binary | 110 | 1101110 | 11100000 | 1100001 | 110011 | 0 | 1100 | 11010011 | 1011111 | 101101 |
Color Harmonies of #066EE0
Complementary color
Monochromatic Colors of #066EE0
Black with #066EE0
Text Example
Text Example
White with #066EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066EE0; }
p { color: rgb(6,110,224); }
H1.HeaderClassName
{
color: #066EE0;
}
.AnyTagClassName
{
color: #066EE0;
}
</style>
background-color css
<style>
a { background-color: #066EE0; }
a { background-color: rgb(6,110,224); }
div.DivClassName
{
background-color: #066EE0;
}
.BgClassName
{
background-color: #066EE0;
}
</style>
border-color css
<style>
span { border-color: #066EE0; }
span { border-color: rgb(6,110,224); }
td.TdClassName
{
border-color: #066EE0;
}
.TagClassName
{
border-color: #066EE0;
}
</style>