Shades of Navy Blue #0673CC
Tints of Navy Blue #0673CC
RGB
CMYK
RGB Variations
Color information
#0673CC (or 0x0673CC) is known color: Navy Blue. HEX triplet: 06, 73 and CC. RGB value is (6,115,204). Sum of RGB (Red+Green+Blue) = 6+115+204=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #0673CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0673CC is #F98C33. Grayscale: #5C5C5C. Windows color (decimal): -16354356 or 13398790. OLE color: 13398790.
HSL color Cylindrical-coordinate representation of color #0673CC: hue angle of 206.97º 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 #0673CC is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 115 | 204 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.2 |
| HSL | 206.97º | 0.94% | 0.41% | - |
| HSV(B) | 206.97º | 0.97% | 0.8% | - |
| XYZ | 17.1 | 16.66 | 59.44 | - |
| YUV | 92.56 | 190.89 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 115 | 204 | 0.97 | 0.44 | 0 | 0.2 | 206.97 | 0.94 | 0.41 |
| Hex | 6 | 73 | CC | 61 | 2C | 0 | 14 | CF | 5E | 29 |
| Octal | 6 | 163 | 314 | 141 | 54 | 0 | 24 | 317 | 136 | 51 |
| Binary | 110 | 1110011 | 11001100 | 1100001 | 101100 | 0 | 10100 | 11001111 | 1011110 | 101001 |
Color Harmonies of #0673CC
Complementary color
Monochromatic Colors of #0673CC
Black with #0673CC
Text Example
Text Example
White with #0673CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0673CC; }
p { color: rgb(6,115,204); }
H1.HeaderClassName
{
color: #0673CC;
}
.AnyTagClassName
{
color: #0673CC;
}
</style>
background-color css
<style>
a { background-color: #0673CC; }
a { background-color: rgb(6,115,204); }
div.DivClassName
{
background-color: #0673CC;
}
.BgClassName
{
background-color: #0673CC;
}
</style>
border-color css
<style>
span { border-color: #0673CC; }
span { border-color: rgb(6,115,204); }
td.TdClassName
{
border-color: #0673CC;
}
.TagClassName
{
border-color: #0673CC;
}
</style>