Shades of Navy Blue #066DBC
Tints of Navy Blue #066DBC
RGB
CMYK
RGB Variations
Color information
#066DBC (or 0x066DBC) is known color: Navy Blue. HEX triplet: 06, 6D and BC. RGB value is (6,109,188). Sum of RGB (Red+Green+Blue) = 6+109+188=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #066DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066DBC is #F99243. Grayscale: #565656. Windows color (decimal): -16355908 or 12348678. OLE color: 12348678.
HSL color Cylindrical-coordinate representation of color #066DBC: hue angle of 206.04º 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 #066DBC is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 109 | 188 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.26 |
| HSL | 206.04º | 0.94% | 0.38% | - |
| HSV(B) | 206.04º | 0.97% | 0.74% | - |
| XYZ | 14.62 | 14.61 | 49.63 | - |
| YUV | 87.21 | 184.88 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 188 | 0.97 | 0.42 | 0 | 0.26 | 206.04 | 0.94 | 0.38 |
| Hex | 6 | 6D | BC | 61 | 2A | 0 | 1A | CE | 5E | 26 |
| Octal | 6 | 155 | 274 | 141 | 52 | 0 | 32 | 316 | 136 | 46 |
| Binary | 110 | 1101101 | 10111100 | 1100001 | 101010 | 0 | 11010 | 11001110 | 1011110 | 100110 |
Color Harmonies of #066DBC
Complementary color
Monochromatic Colors of #066DBC
Black with #066DBC
Text Example
Text Example
White with #066DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066DBC; }
p { color: rgb(6,109,188); }
H1.HeaderClassName
{
color: #066DBC;
}
.AnyTagClassName
{
color: #066DBC;
}
</style>
background-color css
<style>
a { background-color: #066DBC; }
a { background-color: rgb(6,109,188); }
div.DivClassName
{
background-color: #066DBC;
}
.BgClassName
{
background-color: #066DBC;
}
</style>
border-color css
<style>
span { border-color: #066DBC; }
span { border-color: rgb(6,109,188); }
td.TdClassName
{
border-color: #066DBC;
}
.TagClassName
{
border-color: #066DBC;
}
</style>