Shades of Navy Blue #067CCC
Tints of Navy Blue #067CCC
RGB
CMYK
RGB Variations
Color information
#067CCC (or 0x067CCC) is known color: Navy Blue. HEX triplet: 06, 7C and CC. RGB value is (6,124,204). Sum of RGB (Red+Green+Blue) = 6+124+204=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #067CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067CCC is #F98333. Grayscale: #616161. Windows color (decimal): -16352052 or 13401094. OLE color: 13401094.
HSL color Cylindrical-coordinate representation of color #067CCC: hue angle of 204.24º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067CCC is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 124 | 204 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.2 |
| HSL | 204.24º | 0.94% | 0.41% | - |
| HSV(B) | 204.24º | 0.97% | 0.8% | - |
| XYZ | 18.18 | 18.81 | 59.8 | - |
| YUV | 97.84 | 187.91 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 204 | 0.97 | 0.39 | 0 | 0.2 | 204.24 | 0.94 | 0.41 |
| Hex | 6 | 7C | CC | 61 | 27 | 0 | 14 | CC | 5E | 29 |
| Octal | 6 | 174 | 314 | 141 | 47 | 0 | 24 | 314 | 136 | 51 |
| Binary | 110 | 1111100 | 11001100 | 1100001 | 100111 | 0 | 10100 | 11001100 | 1011110 | 101001 |
Color Harmonies of #067CCC
Complementary color
Monochromatic Colors of #067CCC
Black with #067CCC
Text Example
Text Example
White with #067CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067CCC; }
p { color: rgb(6,124,204); }
H1.HeaderClassName
{
color: #067CCC;
}
.AnyTagClassName
{
color: #067CCC;
}
</style>
background-color css
<style>
a { background-color: #067CCC; }
a { background-color: rgb(6,124,204); }
div.DivClassName
{
background-color: #067CCC;
}
.BgClassName
{
background-color: #067CCC;
}
</style>
border-color css
<style>
span { border-color: #067CCC; }
span { border-color: rgb(6,124,204); }
td.TdClassName
{
border-color: #067CCC;
}
.TagClassName
{
border-color: #067CCC;
}
</style>