Shades of Navy Blue #0664CC
Tints of Navy Blue #0664CC
RGB
CMYK
RGB Variations
Color information
#0664CC (or 0x0664CC) is known color: Navy Blue. HEX triplet: 06, 64 and CC. RGB value is (6,100,204). Sum of RGB (Red+Green+Blue) = 6+100+204=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #0664CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0664CC is #F99B33. Grayscale: #535353. Windows color (decimal): -16358196 or 13394950. OLE color: 13394950.
HSL color Cylindrical-coordinate representation of color #0664CC: hue angle of 211.52º 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 #0664CC is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 100 | 204 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.2 |
| HSL | 211.52º | 0.94% | 0.41% | - |
| HSV(B) | 211.52º | 0.97% | 0.8% | - |
| XYZ | 15.53 | 13.51 | 58.92 | - |
| YUV | 83.75 | 195.86 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 100 | 204 | 0.97 | 0.51 | 0 | 0.2 | 211.52 | 0.94 | 0.41 |
| Hex | 6 | 64 | CC | 61 | 33 | 0 | 14 | D4 | 5E | 29 |
| Octal | 6 | 144 | 314 | 141 | 63 | 0 | 24 | 324 | 136 | 51 |
| Binary | 110 | 1100100 | 11001100 | 1100001 | 110011 | 0 | 10100 | 11010100 | 1011110 | 101001 |
Color Harmonies of #0664CC
Complementary color
Monochromatic Colors of #0664CC
Black with #0664CC
Text Example
Text Example
White with #0664CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0664CC; }
p { color: rgb(6,100,204); }
H1.HeaderClassName
{
color: #0664CC;
}
.AnyTagClassName
{
color: #0664CC;
}
</style>
background-color css
<style>
a { background-color: #0664CC; }
a { background-color: rgb(6,100,204); }
div.DivClassName
{
background-color: #0664CC;
}
.BgClassName
{
background-color: #0664CC;
}
</style>
border-color css
<style>
span { border-color: #0664CC; }
span { border-color: rgb(6,100,204); }
td.TdClassName
{
border-color: #0664CC;
}
.TagClassName
{
border-color: #0664CC;
}
</style>