Shades of Navy Blue #006FDB
Tints of Navy Blue #006FDB
RGB
CMYK
RGB Variations
Color information
#006FDB (or 0x006FDB) is known color: Navy Blue. HEX triplet: 00, 6F and DB. RGB value is (0,111,219). Sum of RGB (Red+Green+Blue) = 0+111+219=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #006FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FDB is #FF9024. Grayscale: #595959. Windows color (decimal): -16748581 or 14380800. OLE color: 14380800.
HSL color Cylindrical-coordinate representation of color #006FDB: hue angle of 209.59º 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 #006FDB is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 111 | 219 | - |
| CMYK | 1 | 0.49 | 0 | 0.14 |
| HSL | 209.59º | 1% | 0.43% | - |
| HSV(B) | 209.59º | 1% | 0.86% | - |
| XYZ | 18.47 | 16.48 | 69.23 | - |
| YUV | 90.12 | 200.73 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 219 | 1 | 0.49 | 0 | 0.14 | 209.59 | 1 | 0.43 |
| Hex | 0 | 6F | DB | 64 | 31 | 0 | E | D2 | 64 | 2B |
| Octal | 0 | 157 | 333 | 144 | 61 | 0 | 16 | 322 | 144 | 53 |
| Binary | 0 | 1101111 | 11011011 | 1100100 | 110001 | 0 | 1110 | 11010010 | 1100100 | 101011 |
Color Harmonies of #006FDB
Complementary color
Monochromatic Colors of #006FDB
Black with #006FDB
Text Example
Text Example
White with #006FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FDB; }
p { color: rgb(0,111,219); }
H1.HeaderClassName
{
color: #006FDB;
}
.AnyTagClassName
{
color: #006FDB;
}
</style>
background-color css
<style>
a { background-color: #006FDB; }
a { background-color: rgb(0,111,219); }
div.DivClassName
{
background-color: #006FDB;
}
.BgClassName
{
background-color: #006FDB;
}
</style>
border-color css
<style>
span { border-color: #006FDB; }
span { border-color: rgb(0,111,219); }
td.TdClassName
{
border-color: #006FDB;
}
.TagClassName
{
border-color: #006FDB;
}
</style>