Shades of Navy Blue #0066CE
Tints of Navy Blue #0066CE
RGB
CMYK
RGB Variations
Color information
#0066CE (or 0x0066CE) is known color: Navy Blue. HEX triplet: 00, 66 and CE. RGB value is (0,102,206). Sum of RGB (Red+Green+Blue) = 0+102+206=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #0066CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0066CE is #FF9931. Grayscale: #525252. Windows color (decimal): -16750898 or 13526528. OLE color: 13526528.
HSL color Cylindrical-coordinate representation of color #0066CE: hue angle of 210.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0066CE is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 102 | 206 | - |
| CMYK | 1 | 0.50 | 0 | 0.19 |
| HSL | 210.29º | 1% | 0.4% | - |
| HSV(B) | 210.29º | 1% | 0.81% | - |
| XYZ | 15.89 | 13.96 | 60.25 | - |
| YUV | 83.36 | 197.21 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 206 | 1 | 0.50 | 0 | 0.19 | 210.29 | 1 | 0.4 |
| Hex | 0 | 66 | CE | 64 | 32 | 0 | 13 | D2 | 64 | 28 |
| Octal | 0 | 146 | 316 | 144 | 62 | 0 | 23 | 322 | 144 | 50 |
| Binary | 0 | 1100110 | 11001110 | 1100100 | 110010 | 0 | 10011 | 11010010 | 1100100 | 101000 |
Color Harmonies of #0066CE
Complementary color
Monochromatic Colors of #0066CE
Black with #0066CE
Text Example
Text Example
White with #0066CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0066CE; }
p { color: rgb(0,102,206); }
H1.HeaderClassName
{
color: #0066CE;
}
.AnyTagClassName
{
color: #0066CE;
}
</style>
background-color css
<style>
a { background-color: #0066CE; }
a { background-color: rgb(0,102,206); }
div.DivClassName
{
background-color: #0066CE;
}
.BgClassName
{
background-color: #0066CE;
}
</style>
border-color css
<style>
span { border-color: #0066CE; }
span { border-color: rgb(0,102,206); }
td.TdClassName
{
border-color: #0066CE;
}
.TagClassName
{
border-color: #0066CE;
}
</style>