Shades of Navy Blue #0666EB
Tints of Navy Blue #0666EB
RGB
CMYK
RGB Variations
Color information
#0666EB (or 0x0666EB) is known color: Navy Blue. HEX triplet: 06, 66 and EB. RGB value is (6,102,235). Sum of RGB (Red+Green+Blue) = 6+102+235=343 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 235 (92.19% from 255 or 68.51% from 343); Max value from RGB is 235 - color contains mainly: blue. Hex color #0666EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0666EB is #F99914. Grayscale: #575757. Windows color (decimal): -16357653 or 15427078. OLE color: 15427078.
HSL color Cylindrical-coordinate representation of color #0666EB: hue angle of 214.85º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0666EB is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 102 | 235 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.08 |
| HSL | 214.85º | 0.95% | 0.47% | - |
| HSV(B) | 214.85º | 0.97% | 0.92% | - |
| XYZ | 19.82 | 15.54 | 80.55 | - |
| YUV | 88.46 | 210.7 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 235 | 0.97 | 0.57 | 0 | 0.08 | 214.85 | 0.95 | 0.47 |
| Hex | 6 | 66 | EB | 61 | 39 | 0 | 8 | D7 | 5F | 2F |
| Octal | 6 | 146 | 353 | 141 | 71 | 0 | 10 | 327 | 137 | 57 |
| Binary | 110 | 1100110 | 11101011 | 1100001 | 111001 | 0 | 1000 | 11010111 | 1011111 | 101111 |
Color Harmonies of #0666EB
Complementary color
Monochromatic Colors of #0666EB
Black with #0666EB
Text Example
Text Example
White with #0666EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0666EB; }
p { color: rgb(6,102,235); }
H1.HeaderClassName
{
color: #0666EB;
}
.AnyTagClassName
{
color: #0666EB;
}
</style>
background-color css
<style>
a { background-color: #0666EB; }
a { background-color: rgb(6,102,235); }
div.DivClassName
{
background-color: #0666EB;
}
.BgClassName
{
background-color: #0666EB;
}
</style>
border-color css
<style>
span { border-color: #0666EB; }
span { border-color: rgb(6,102,235); }
td.TdClassName
{
border-color: #0666EB;
}
.TagClassName
{
border-color: #0666EB;
}
</style>