Shades of Navy Blue #067BDB
Tints of Navy Blue #067BDB
RGB
CMYK
RGB Variations
Color information
#067BDB (or 0x067BDB) is known color: Navy Blue. HEX triplet: 06, 7B and DB. RGB value is (6,123,219). Sum of RGB (Red+Green+Blue) = 6+123+219=348 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #067BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067BDB is #F98424. Grayscale: #626262. Windows color (decimal): -16352293 or 14383878. OLE color: 14383878.
HSL color Cylindrical-coordinate representation of color #067BDB: hue angle of 207.04º 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 #067BDB is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 123 | 219 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.14 |
| HSL | 207.04º | 0.95% | 0.44% | - |
| HSV(B) | 207.04º | 0.97% | 0.86% | - |
| XYZ | 19.94 | 19.32 | 69.7 | - |
| YUV | 98.96 | 195.74 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 123 | 219 | 0.97 | 0.44 | 0 | 0.14 | 207.04 | 0.95 | 0.44 |
| Hex | 6 | 7B | DB | 61 | 2C | 0 | E | CF | 5F | 2C |
| Octal | 6 | 173 | 333 | 141 | 54 | 0 | 16 | 317 | 137 | 54 |
| Binary | 110 | 1111011 | 11011011 | 1100001 | 101100 | 0 | 1110 | 11001111 | 1011111 | 101100 |
Color Harmonies of #067BDB
Complementary color
Monochromatic Colors of #067BDB
Black with #067BDB
Text Example
Text Example
White with #067BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067BDB; }
p { color: rgb(6,123,219); }
H1.HeaderClassName
{
color: #067BDB;
}
.AnyTagClassName
{
color: #067BDB;
}
</style>
background-color css
<style>
a { background-color: #067BDB; }
a { background-color: rgb(6,123,219); }
div.DivClassName
{
background-color: #067BDB;
}
.BgClassName
{
background-color: #067BDB;
}
</style>
border-color css
<style>
span { border-color: #067BDB; }
span { border-color: rgb(6,123,219); }
td.TdClassName
{
border-color: #067BDB;
}
.TagClassName
{
border-color: #067BDB;
}
</style>