Shades of Navy Blue #0066E0
Tints of Navy Blue #0066E0
RGB
CMYK
RGB Variations
Color information
#0066E0 (or 0x0066E0) is known color: Navy Blue. HEX triplet: 00, 66 and E0. RGB value is (0,102,224). Sum of RGB (Red+Green+Blue) = 0+102+224=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 224 (87.89% from 255 or 68.71% from 326); Max value from RGB is 224 - color contains mainly: blue. Hex color #0066E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0066E0 is #FF991F. Grayscale: #545454. Windows color (decimal): -16750880 or 14706176. OLE color: 14706176.
HSL color Cylindrical-coordinate representation of color #0066E0: hue angle of 212.68º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0066E0 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 102 | 224 | - |
| CMYK | 1 | 0.54 | 0 | 0.12 |
| HSL | 212.68º | 1% | 0.44% | - |
| HSV(B) | 212.68º | 1% | 0.88% | - |
| XYZ | 18.21 | 14.88 | 72.43 | - |
| YUV | 85.41 | 206.21 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 224 | 1 | 0.54 | 0 | 0.12 | 212.68 | 1 | 0.44 |
| Hex | 0 | 66 | E0 | 64 | 36 | 0 | C | D5 | 64 | 2C |
| Octal | 0 | 146 | 340 | 144 | 66 | 0 | 14 | 325 | 144 | 54 |
| Binary | 0 | 1100110 | 11100000 | 1100100 | 110110 | 0 | 1100 | 11010101 | 1100100 | 101100 |
Color Harmonies of #0066E0
Complementary color
Monochromatic Colors of #0066E0
Black with #0066E0
Text Example
Text Example
White with #0066E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0066E0; }
p { color: rgb(0,102,224); }
H1.HeaderClassName
{
color: #0066E0;
}
.AnyTagClassName
{
color: #0066E0;
}
</style>
background-color css
<style>
a { background-color: #0066E0; }
a { background-color: rgb(0,102,224); }
div.DivClassName
{
background-color: #0066E0;
}
.BgClassName
{
background-color: #0066E0;
}
</style>
border-color css
<style>
span { border-color: #0066E0; }
span { border-color: rgb(0,102,224); }
td.TdClassName
{
border-color: #0066E0;
}
.TagClassName
{
border-color: #0066E0;
}
</style>