Shades of Navy Blue #067DDB
Tints of Navy Blue #067DDB
RGB
CMYK
RGB Variations
Color information
#067DDB (or 0x067DDB) is known color: Navy Blue. HEX triplet: 06, 7D and DB. RGB value is (6,125,219). Sum of RGB (Red+Green+Blue) = 6+125+219=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #067DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067DDB is #F98224. Grayscale: #636363. Windows color (decimal): -16351781 or 14384390. OLE color: 14384390.
HSL color Cylindrical-coordinate representation of color #067DDB: hue angle of 206.48º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067DDB is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 125 | 219 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.14 |
| HSL | 206.48º | 0.95% | 0.44% | - |
| HSV(B) | 206.48º | 0.97% | 0.86% | - |
| XYZ | 20.19 | 19.82 | 69.78 | - |
| YUV | 100.14 | 195.08 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 125 | 219 | 0.97 | 0.43 | 0 | 0.14 | 206.48 | 0.95 | 0.44 |
| Hex | 6 | 7D | DB | 61 | 2B | 0 | E | CE | 5F | 2C |
| Octal | 6 | 175 | 333 | 141 | 53 | 0 | 16 | 316 | 137 | 54 |
| Binary | 110 | 1111101 | 11011011 | 1100001 | 101011 | 0 | 1110 | 11001110 | 1011111 | 101100 |
Color Harmonies of #067DDB
Complementary color
Monochromatic Colors of #067DDB
Black with #067DDB
Text Example
Text Example
White with #067DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067DDB; }
p { color: rgb(6,125,219); }
H1.HeaderClassName
{
color: #067DDB;
}
.AnyTagClassName
{
color: #067DDB;
}
</style>
background-color css
<style>
a { background-color: #067DDB; }
a { background-color: rgb(6,125,219); }
div.DivClassName
{
background-color: #067DDB;
}
.BgClassName
{
background-color: #067DDB;
}
</style>
border-color css
<style>
span { border-color: #067DDB; }
span { border-color: rgb(6,125,219); }
td.TdClassName
{
border-color: #067DDB;
}
.TagClassName
{
border-color: #067DDB;
}
</style>