Shades of Navy Blue #067CDD
Tints of Navy Blue #067CDD
RGB
CMYK
RGB Variations
Color information
#067CDD (or 0x067CDD) is known color: Navy Blue. HEX triplet: 06, 7C and DD. RGB value is (6,124,221). Sum of RGB (Red+Green+Blue) = 6+124+221=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #067CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067CDD is #F98322. Grayscale: #636363. Windows color (decimal): -16352035 or 14515206. OLE color: 14515206.
HSL color Cylindrical-coordinate representation of color #067CDD: hue angle of 207.07º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067CDD is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 124 | 221 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.13 |
| HSL | 207.07º | 0.95% | 0.45% | - |
| HSV(B) | 207.07º | 0.97% | 0.87% | - |
| XYZ | 20.33 | 19.67 | 71.13 | - |
| YUV | 99.78 | 196.41 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 221 | 0.97 | 0.44 | 0 | 0.13 | 207.07 | 0.95 | 0.45 |
| Hex | 6 | 7C | DD | 61 | 2C | 0 | D | CF | 5F | 2D |
| Octal | 6 | 174 | 335 | 141 | 54 | 0 | 15 | 317 | 137 | 55 |
| Binary | 110 | 1111100 | 11011101 | 1100001 | 101100 | 0 | 1101 | 11001111 | 1011111 | 101101 |
Color Harmonies of #067CDD
Complementary color
Monochromatic Colors of #067CDD
Black with #067CDD
Text Example
Text Example
White with #067CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067CDD; }
p { color: rgb(6,124,221); }
H1.HeaderClassName
{
color: #067CDD;
}
.AnyTagClassName
{
color: #067CDD;
}
</style>
background-color css
<style>
a { background-color: #067CDD; }
a { background-color: rgb(6,124,221); }
div.DivClassName
{
background-color: #067CDD;
}
.BgClassName
{
background-color: #067CDD;
}
</style>
border-color css
<style>
span { border-color: #067CDD; }
span { border-color: rgb(6,124,221); }
td.TdClassName
{
border-color: #067CDD;
}
.TagClassName
{
border-color: #067CDD;
}
</style>