Shades of Navy Blue #066DED
Tints of Navy Blue #066DED
RGB
CMYK
RGB Variations
Color information
#066DED (or 0x066DED) is known color: Navy Blue. HEX triplet: 06, 6D and ED. RGB value is (6,109,237). Sum of RGB (Red+Green+Blue) = 6+109+237=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #066DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066DED is #F99212. Grayscale: #5C5C5C. Windows color (decimal): -16355859 or 15559942. OLE color: 15559942.
HSL color Cylindrical-coordinate representation of color #066DED: hue angle of 213.25º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066DED is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 109 | 237 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.07 |
| HSL | 213.25º | 0.95% | 0.48% | - |
| HSV(B) | 213.25º | 0.97% | 0.93% | - |
| XYZ | 20.83 | 17.09 | 82.32 | - |
| YUV | 92.8 | 209.38 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 237 | 0.97 | 0.54 | 0 | 0.07 | 213.25 | 0.95 | 0.48 |
| Hex | 6 | 6D | ED | 61 | 36 | 0 | 7 | D5 | 5F | 30 |
| Octal | 6 | 155 | 355 | 141 | 66 | 0 | 7 | 325 | 137 | 60 |
| Binary | 110 | 1101101 | 11101101 | 1100001 | 110110 | 0 | 111 | 11010101 | 1011111 | 110000 |
Color Harmonies of #066DED
Complementary color
Monochromatic Colors of #066DED
Black with #066DED
Text Example
Text Example
White with #066DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066DED; }
p { color: rgb(6,109,237); }
H1.HeaderClassName
{
color: #066DED;
}
.AnyTagClassName
{
color: #066DED;
}
</style>
background-color css
<style>
a { background-color: #066DED; }
a { background-color: rgb(6,109,237); }
div.DivClassName
{
background-color: #066DED;
}
.BgClassName
{
background-color: #066DED;
}
</style>
border-color css
<style>
span { border-color: #066DED; }
span { border-color: rgb(6,109,237); }
td.TdClassName
{
border-color: #066DED;
}
.TagClassName
{
border-color: #066DED;
}
</style>