Shades of Navy Blue #067CDC
Tints of Navy Blue #067CDC
RGB
CMYK
RGB Variations
Color information
#067CDC (or 0x067CDC) is known color: Navy Blue. HEX triplet: 06, 7C and DC. RGB value is (6,124,220). Sum of RGB (Red+Green+Blue) = 6+124+220=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #067CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067CDC is #F98323. Grayscale: #636363. Windows color (decimal): -16352036 or 14449670. OLE color: 14449670.
HSL color Cylindrical-coordinate representation of color #067CDC: hue angle of 206.92º 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 #067CDC is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 124 | 220 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.14 |
| HSL | 206.92º | 0.95% | 0.44% | - |
| HSV(B) | 206.92º | 0.97% | 0.86% | - |
| XYZ | 20.2 | 19.62 | 70.43 | - |
| YUV | 99.66 | 195.91 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 220 | 0.97 | 0.44 | 0 | 0.14 | 206.92 | 0.95 | 0.44 |
| Hex | 6 | 7C | DC | 61 | 2C | 0 | E | CF | 5F | 2C |
| Octal | 6 | 174 | 334 | 141 | 54 | 0 | 16 | 317 | 137 | 54 |
| Binary | 110 | 1111100 | 11011100 | 1100001 | 101100 | 0 | 1110 | 11001111 | 1011111 | 101100 |
Color Harmonies of #067CDC
Complementary color
Monochromatic Colors of #067CDC
Black with #067CDC
Text Example
Text Example
White with #067CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067CDC; }
p { color: rgb(6,124,220); }
H1.HeaderClassName
{
color: #067CDC;
}
.AnyTagClassName
{
color: #067CDC;
}
</style>
background-color css
<style>
a { background-color: #067CDC; }
a { background-color: rgb(6,124,220); }
div.DivClassName
{
background-color: #067CDC;
}
.BgClassName
{
background-color: #067CDC;
}
</style>
border-color css
<style>
span { border-color: #067CDC; }
span { border-color: rgb(6,124,220); }
td.TdClassName
{
border-color: #067CDC;
}
.TagClassName
{
border-color: #067CDC;
}
</style>