Shades of Navy Blue #067CDB
Tints of Navy Blue #067CDB
RGB
CMYK
RGB Variations
Color information
#067CDB (or 0x067CDB) is known color: Navy Blue. HEX triplet: 06, 7C and DB. RGB value is (6,124,219). Sum of RGB (Red+Green+Blue) = 6+124+219=349 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #067CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067CDB is #F98324. Grayscale: #636363. Windows color (decimal): -16352037 or 14384134. OLE color: 14384134.
HSL color Cylindrical-coordinate representation of color #067CDB: hue angle of 206.76º 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 #067CDB is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 124 | 219 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.14 |
| HSL | 206.76º | 0.95% | 0.44% | - |
| HSV(B) | 206.76º | 0.97% | 0.86% | - |
| XYZ | 20.07 | 19.57 | 69.74 | - |
| YUV | 99.55 | 195.41 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 219 | 0.97 | 0.43 | 0 | 0.14 | 206.76 | 0.95 | 0.44 |
| Hex | 6 | 7C | DB | 61 | 2B | 0 | E | CF | 5F | 2C |
| Octal | 6 | 174 | 333 | 141 | 53 | 0 | 16 | 317 | 137 | 54 |
| Binary | 110 | 1111100 | 11011011 | 1100001 | 101011 | 0 | 1110 | 11001111 | 1011111 | 101100 |
Color Harmonies of #067CDB
Complementary color
Monochromatic Colors of #067CDB
Black with #067CDB
Text Example
Text Example
White with #067CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067CDB; }
p { color: rgb(6,124,219); }
H1.HeaderClassName
{
color: #067CDB;
}
.AnyTagClassName
{
color: #067CDB;
}
</style>
background-color css
<style>
a { background-color: #067CDB; }
a { background-color: rgb(6,124,219); }
div.DivClassName
{
background-color: #067CDB;
}
.BgClassName
{
background-color: #067CDB;
}
</style>
border-color css
<style>
span { border-color: #067CDB; }
span { border-color: rgb(6,124,219); }
td.TdClassName
{
border-color: #067CDB;
}
.TagClassName
{
border-color: #067CDB;
}
</style>