Shades of Navy Blue #066EF5
Tints of Navy Blue #066EF5
RGB
CMYK
RGB Variations
Color information
#066EF5 (or 0x066EF5) is known color: Navy Blue. HEX triplet: 06, 6E and F5. RGB value is (6,110,245). Sum of RGB (Red+Green+Blue) = 6+110+245=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 245 (96.09% from 255 or 67.87% from 361); Max value from RGB is 245 - color contains mainly: blue. Hex color #066EF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066EF5 is #F9910A. Grayscale: #5D5D5D. Windows color (decimal): -16355595 or 16084486. OLE color: 16084486.
HSL color Cylindrical-coordinate representation of color #066EF5: hue angle of 213.89º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #066EF5 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 6 | 110 | 245 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.04 |
| HSL | 213.89º | 0.95% | 0.49% | - |
| HSV(B) | 213.89º | 0.98% | 0.96% | - |
| XYZ | 22.13 | 17.78 | 88.65 | - |
| YUV | 94.29 | 213.04 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 245 | 0.98 | 0.55 | 0 | 0.04 | 213.89 | 0.95 | 0.49 |
| Hex | 6 | 6E | F5 | 62 | 37 | 0 | 4 | D6 | 5F | 31 |
| Octal | 6 | 156 | 365 | 142 | 67 | 0 | 4 | 326 | 137 | 61 |
| Binary | 110 | 1101110 | 11110101 | 1100010 | 110111 | 0 | 100 | 11010110 | 1011111 | 110001 |
Color Harmonies of #066EF5
Complementary color
Monochromatic Colors of #066EF5
Black with #066EF5
Text Example
Text Example
White with #066EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066EF5; }
p { color: rgb(6,110,245); }
H1.HeaderClassName
{
color: #066EF5;
}
.AnyTagClassName
{
color: #066EF5;
}
</style>
background-color css
<style>
a { background-color: #066EF5; }
a { background-color: rgb(6,110,245); }
div.DivClassName
{
background-color: #066EF5;
}
.BgClassName
{
background-color: #066EF5;
}
</style>
border-color css
<style>
span { border-color: #066EF5; }
span { border-color: rgb(6,110,245); }
td.TdClassName
{
border-color: #066EF5;
}
.TagClassName
{
border-color: #066EF5;
}
</style>