Shades of Navy Blue #067CDA
Tints of Navy Blue #067CDA
RGB
CMYK
RGB Variations
Color information
#067CDA (or 0x067CDA) is known color: Navy Blue. HEX triplet: 06, 7C and DA. RGB value is (6,124,218). Sum of RGB (Red+Green+Blue) = 6+124+218=348 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #067CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067CDA is #F98325. Grayscale: #626262. Windows color (decimal): -16352038 or 14318598. OLE color: 14318598.
HSL color Cylindrical-coordinate representation of color #067CDA: hue angle of 206.6º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067CDA is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 124 | 218 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.15 |
| HSL | 206.6º | 0.95% | 0.44% | - |
| HSV(B) | 206.6º | 0.97% | 0.85% | - |
| XYZ | 19.94 | 19.52 | 69.05 | - |
| YUV | 99.43 | 194.91 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 218 | 0.97 | 0.43 | 0 | 0.15 | 206.6 | 0.95 | 0.44 |
| Hex | 6 | 7C | DA | 61 | 2B | 0 | F | CF | 5F | 2C |
| Octal | 6 | 174 | 332 | 141 | 53 | 0 | 17 | 317 | 137 | 54 |
| Binary | 110 | 1111100 | 11011010 | 1100001 | 101011 | 0 | 1111 | 11001111 | 1011111 | 101100 |
Color Harmonies of #067CDA
Complementary color
Monochromatic Colors of #067CDA
Black with #067CDA
Text Example
Text Example
White with #067CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067CDA; }
p { color: rgb(6,124,218); }
H1.HeaderClassName
{
color: #067CDA;
}
.AnyTagClassName
{
color: #067CDA;
}
</style>
background-color css
<style>
a { background-color: #067CDA; }
a { background-color: rgb(6,124,218); }
div.DivClassName
{
background-color: #067CDA;
}
.BgClassName
{
background-color: #067CDA;
}
</style>
border-color css
<style>
span { border-color: #067CDA; }
span { border-color: rgb(6,124,218); }
td.TdClassName
{
border-color: #067CDA;
}
.TagClassName
{
border-color: #067CDA;
}
</style>