Shades of Navy Blue #066EF0
Tints of Navy Blue #066EF0
RGB
CMYK
RGB Variations
Color information
#066EF0 (or 0x066EF0) is known color: Navy Blue. HEX triplet: 06, 6E and F0. RGB value is (6,110,240). Sum of RGB (Red+Green+Blue) = 6+110+240=356 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 240 (94.14% from 255 or 67.42% from 356); Max value from RGB is 240 - color contains mainly: blue. Hex color #066EF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066EF0 is #F9910F. Grayscale: #5D5D5D. Windows color (decimal): -16355600 or 15756806. OLE color: 15756806.
HSL color Cylindrical-coordinate representation of color #066EF0: hue angle of 213.33º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #066EF0 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 110 | 240 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.06 |
| HSL | 213.33º | 0.95% | 0.48% | - |
| HSV(B) | 213.33º | 0.98% | 0.94% | - |
| XYZ | 21.38 | 17.48 | 84.69 | - |
| YUV | 93.72 | 210.54 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 240 | 0.98 | 0.54 | 0 | 0.06 | 213.33 | 0.95 | 0.48 |
| Hex | 6 | 6E | F0 | 62 | 36 | 0 | 6 | D5 | 5F | 30 |
| Octal | 6 | 156 | 360 | 142 | 66 | 0 | 6 | 325 | 137 | 60 |
| Binary | 110 | 1101110 | 11110000 | 1100010 | 110110 | 0 | 110 | 11010101 | 1011111 | 110000 |
Color Harmonies of #066EF0
Complementary color
Monochromatic Colors of #066EF0
Black with #066EF0
Text Example
Text Example
White with #066EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066EF0; }
p { color: rgb(6,110,240); }
H1.HeaderClassName
{
color: #066EF0;
}
.AnyTagClassName
{
color: #066EF0;
}
</style>
background-color css
<style>
a { background-color: #066EF0; }
a { background-color: rgb(6,110,240); }
div.DivClassName
{
background-color: #066EF0;
}
.BgClassName
{
background-color: #066EF0;
}
</style>
border-color css
<style>
span { border-color: #066EF0; }
span { border-color: rgb(6,110,240); }
td.TdClassName
{
border-color: #066EF0;
}
.TagClassName
{
border-color: #066EF0;
}
</style>