Shades of Navy Blue #067BDC
Tints of Navy Blue #067BDC
RGB
CMYK
RGB Variations
Color information
#067BDC (or 0x067BDC) is known color: Navy Blue. HEX triplet: 06, 7B and DC. RGB value is (6,123,220). Sum of RGB (Red+Green+Blue) = 6+123+220=349 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #067BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067BDC is #F98423. Grayscale: #626262. Windows color (decimal): -16352292 or 14449414. OLE color: 14449414.
HSL color Cylindrical-coordinate representation of color #067BDC: hue angle of 207.2º 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 #067BDC is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 123 | 220 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.14 |
| HSL | 207.2º | 0.95% | 0.44% | - |
| HSV(B) | 207.2º | 0.97% | 0.86% | - |
| XYZ | 20.08 | 19.37 | 70.39 | - |
| YUV | 99.08 | 196.24 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 123 | 220 | 0.97 | 0.44 | 0 | 0.14 | 207.2 | 0.95 | 0.44 |
| Hex | 6 | 7B | DC | 61 | 2C | 0 | E | CF | 5F | 2C |
| Octal | 6 | 173 | 334 | 141 | 54 | 0 | 16 | 317 | 137 | 54 |
| Binary | 110 | 1111011 | 11011100 | 1100001 | 101100 | 0 | 1110 | 11001111 | 1011111 | 101100 |
Color Harmonies of #067BDC
Complementary color
Monochromatic Colors of #067BDC
Black with #067BDC
Text Example
Text Example
White with #067BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067BDC; }
p { color: rgb(6,123,220); }
H1.HeaderClassName
{
color: #067BDC;
}
.AnyTagClassName
{
color: #067BDC;
}
</style>
background-color css
<style>
a { background-color: #067BDC; }
a { background-color: rgb(6,123,220); }
div.DivClassName
{
background-color: #067BDC;
}
.BgClassName
{
background-color: #067BDC;
}
</style>
border-color css
<style>
span { border-color: #067BDC; }
span { border-color: rgb(6,123,220); }
td.TdClassName
{
border-color: #067BDC;
}
.TagClassName
{
border-color: #067BDC;
}
</style>