Shades of Navy Blue #066DBD
Tints of Navy Blue #066DBD
RGB
CMYK
RGB Variations
Color information
#066DBD (or 0x066DBD) is known color: Navy Blue. HEX triplet: 06, 6D and BD. RGB value is (6,109,189). Sum of RGB (Red+Green+Blue) = 6+109+189=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #066DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066DBD is #F99242. Grayscale: #565656. Windows color (decimal): -16355907 or 12414214. OLE color: 12414214.
HSL color Cylindrical-coordinate representation of color #066DBD: hue angle of 206.23º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066DBD is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 109 | 189 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.26 |
| HSL | 206.23º | 0.94% | 0.38% | - |
| HSV(B) | 206.23º | 0.97% | 0.74% | - |
| XYZ | 14.73 | 14.65 | 50.2 | - |
| YUV | 87.32 | 185.38 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 189 | 0.97 | 0.42 | 0 | 0.26 | 206.23 | 0.94 | 0.38 |
| Hex | 6 | 6D | BD | 61 | 2A | 0 | 1A | CE | 5E | 26 |
| Octal | 6 | 155 | 275 | 141 | 52 | 0 | 32 | 316 | 136 | 46 |
| Binary | 110 | 1101101 | 10111101 | 1100001 | 101010 | 0 | 11010 | 11001110 | 1011110 | 100110 |
Color Harmonies of #066DBD
Complementary color
Monochromatic Colors of #066DBD
Black with #066DBD
Text Example
Text Example
White with #066DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066DBD; }
p { color: rgb(6,109,189); }
H1.HeaderClassName
{
color: #066DBD;
}
.AnyTagClassName
{
color: #066DBD;
}
</style>
background-color css
<style>
a { background-color: #066DBD; }
a { background-color: rgb(6,109,189); }
div.DivClassName
{
background-color: #066DBD;
}
.BgClassName
{
background-color: #066DBD;
}
</style>
border-color css
<style>
span { border-color: #066DBD; }
span { border-color: rgb(6,109,189); }
td.TdClassName
{
border-color: #066DBD;
}
.TagClassName
{
border-color: #066DBD;
}
</style>