Shades of Navy Blue #0066CC
Tints of Navy Blue #0066CC
RGB
CMYK
RGB Variations
Color information
#0066CC (or 0x0066CC) is known color: Navy Blue. HEX triplet: 00, 66 and CC. RGB value is (0,102,204). Sum of RGB (Red+Green+Blue) = 0+102+204=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #0066CC is a web safe color. Inversed color of #0066CC is #FF9933. Grayscale: #525252. Windows color (decimal): -16750900 or 13395456. OLE color: 13395456.
HSL color Cylindrical-coordinate representation of color #0066CC: hue angle of 210º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0066CC is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 0 | 102 | 204 | - |
CMYK | 1 | 0.5 | 0 | 0.2 |
HSL | 210º | 1% | 0.4% | - |
HSV(B) | 210º | 1% | 0.8% | - |
XYZ | 15.65 | 13.86 | 58.98 | - |
YUV | 83.13 | 196.21 | 68.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 102 | 204 | 1 | 0.5 | 0 | 0.2 | 210 | 1 | 0.4 |
Hex | 0 | 66 | CC | 64 | 32 | 0 | 14 | D2 | 64 | 28 |
Octal | 0 | 146 | 314 | 144 | 62 | 0 | 24 | 322 | 144 | 50 |
Binary | 0 | 1100110 | 11001100 | 1100100 | 110010 | 0 | 10100 | 11010010 | 1100100 | 101000 |
Color Harmonies of #0066CC
Complementary color
Monochromatic Colors of #0066CC
Black with #0066CC
Text Example
Text Example
White with #0066CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0066CC; }
p { color: rgb(0,102,204); }
H1.HeaderClassName
{
color: #0066CC;
}
.AnyTagClassName
{
color: #0066CC;
}
</style>
background-color css
<style>
a { background-color: #0066CC; }
a { background-color: rgb(0,102,204); }
div.DivClassName
{
background-color: #0066CC;
}
.BgClassName
{
background-color: #0066CC;
}
</style>
border-color css
<style>
span { border-color: #0066CC; }
span { border-color: rgb(0,102,204); }
td.TdClassName
{
border-color: #0066CC;
}
.TagClassName
{
border-color: #0066CC;
}
</style>