Shades of Navy Blue #006DDB
Tints of Navy Blue #006DDB
RGB
CMYK
RGB Variations
Color information
#006DDB (or 0x006DDB) is known color: Navy Blue. HEX triplet: 00, 6D and DB. RGB value is (0,109,219). Sum of RGB (Red+Green+Blue) = 0+109+219=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #006DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006DDB is #FF9224. Grayscale: #585858. Windows color (decimal): -16749093 or 14380288. OLE color: 14380288.
HSL color Cylindrical-coordinate representation of color #006DDB: hue angle of 210.14º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DDB is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 109 | 219 | - |
| CMYK | 1 | 0.50 | 0 | 0.14 |
| HSL | 210.14º | 1% | 0.43% | - |
| HSV(B) | 210.14º | 1% | 0.86% | - |
| XYZ | 18.25 | 16.05 | 69.15 | - |
| YUV | 88.95 | 201.39 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 219 | 1 | 0.50 | 0 | 0.14 | 210.14 | 1 | 0.43 |
| Hex | 0 | 6D | DB | 64 | 32 | 0 | E | D2 | 64 | 2B |
| Octal | 0 | 155 | 333 | 144 | 62 | 0 | 16 | 322 | 144 | 53 |
| Binary | 0 | 1101101 | 11011011 | 1100100 | 110010 | 0 | 1110 | 11010010 | 1100100 | 101011 |
Color Harmonies of #006DDB
Complementary color
Monochromatic Colors of #006DDB
Black with #006DDB
Text Example
Text Example
White with #006DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006DDB; }
p { color: rgb(0,109,219); }
H1.HeaderClassName
{
color: #006DDB;
}
.AnyTagClassName
{
color: #006DDB;
}
</style>
background-color css
<style>
a { background-color: #006DDB; }
a { background-color: rgb(0,109,219); }
div.DivClassName
{
background-color: #006DDB;
}
.BgClassName
{
background-color: #006DDB;
}
</style>
border-color css
<style>
span { border-color: #006DDB; }
span { border-color: rgb(0,109,219); }
td.TdClassName
{
border-color: #006DDB;
}
.TagClassName
{
border-color: #006DDB;
}
</style>