Shades of Navy Blue #0671CC
Tints of Navy Blue #0671CC
RGB
CMYK
RGB Variations
Color information
#0671CC (or 0x0671CC) is known color: Navy Blue. HEX triplet: 06, 71 and CC. RGB value is (6,113,204). Sum of RGB (Red+Green+Blue) = 6+113+204=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #0671CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0671CC is #F98E33. Grayscale: #5A5A5A. Windows color (decimal): -16354868 or 13398278. OLE color: 13398278.
HSL color Cylindrical-coordinate representation of color #0671CC: hue angle of 207.58º 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 #0671CC is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 113 | 204 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.2 |
| HSL | 207.58º | 0.94% | 0.41% | - |
| HSV(B) | 207.58º | 0.97% | 0.8% | - |
| XYZ | 16.88 | 16.21 | 59.37 | - |
| YUV | 91.38 | 191.55 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 113 | 204 | 0.97 | 0.45 | 0 | 0.2 | 207.58 | 0.94 | 0.41 |
| Hex | 6 | 71 | CC | 61 | 2D | 0 | 14 | D0 | 5E | 29 |
| Octal | 6 | 161 | 314 | 141 | 55 | 0 | 24 | 320 | 136 | 51 |
| Binary | 110 | 1110001 | 11001100 | 1100001 | 101101 | 0 | 10100 | 11010000 | 1011110 | 101001 |
Color Harmonies of #0671CC
Complementary color
Monochromatic Colors of #0671CC
Black with #0671CC
Text Example
Text Example
White with #0671CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0671CC; }
p { color: rgb(6,113,204); }
H1.HeaderClassName
{
color: #0671CC;
}
.AnyTagClassName
{
color: #0671CC;
}
</style>
background-color css
<style>
a { background-color: #0671CC; }
a { background-color: rgb(6,113,204); }
div.DivClassName
{
background-color: #0671CC;
}
.BgClassName
{
background-color: #0671CC;
}
</style>
border-color css
<style>
span { border-color: #0671CC; }
span { border-color: rgb(6,113,204); }
td.TdClassName
{
border-color: #0671CC;
}
.TagClassName
{
border-color: #0671CC;
}
</style>