Shades of Navy Blue #066DE6
Tints of Navy Blue #066DE6
RGB
CMYK
RGB Variations
Color information
#066DE6 (or 0x066DE6) is known color: Navy Blue. HEX triplet: 06, 6D and E6. RGB value is (6,109,230). Sum of RGB (Red+Green+Blue) = 6+109+230=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 230 (90.23% from 255 or 66.67% from 345); Max value from RGB is 230 - color contains mainly: blue. Hex color #066DE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066DE6 is #F99219. Grayscale: #5B5B5B. Windows color (decimal): -16355866 or 15101190. OLE color: 15101190.
HSL color Cylindrical-coordinate representation of color #066DE6: hue angle of 212.41º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066DE6 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 109 | 230 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.10 |
| HSL | 212.41º | 0.95% | 0.46% | - |
| HSV(B) | 212.41º | 0.97% | 0.9% | - |
| XYZ | 19.83 | 16.69 | 77.04 | - |
| YUV | 92 | 205.88 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 230 | 0.97 | 0.53 | 0 | 0.10 | 212.41 | 0.95 | 0.46 |
| Hex | 6 | 6D | E6 | 61 | 35 | 0 | A | D4 | 5F | 2E |
| Octal | 6 | 155 | 346 | 141 | 65 | 0 | 12 | 324 | 137 | 56 |
| Binary | 110 | 1101101 | 11100110 | 1100001 | 110101 | 0 | 1010 | 11010100 | 1011111 | 101110 |
Color Harmonies of #066DE6
Complementary color
Monochromatic Colors of #066DE6
Black with #066DE6
Text Example
Text Example
White with #066DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066DE6; }
p { color: rgb(6,109,230); }
H1.HeaderClassName
{
color: #066DE6;
}
.AnyTagClassName
{
color: #066DE6;
}
</style>
background-color css
<style>
a { background-color: #066DE6; }
a { background-color: rgb(6,109,230); }
div.DivClassName
{
background-color: #066DE6;
}
.BgClassName
{
background-color: #066DE6;
}
</style>
border-color css
<style>
span { border-color: #066DE6; }
span { border-color: rgb(6,109,230); }
td.TdClassName
{
border-color: #066DE6;
}
.TagClassName
{
border-color: #066DE6;
}
</style>