Shades of Navy Blue #0066FF
Tints of Navy Blue #0066FF
RGB
CMYK
RGB Variations
Color information
#0066FF (or 0x0066FF) is known color: Navy Blue. HEX triplet: 00, 66 and FF. RGB value is (0,102,255). Sum of RGB (Red+Green+Blue) = 0+102+255=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #0066FF is a web safe color. Inversed color of #0066FF is #FF9900. Grayscale: #585858. Windows color (decimal): -16750849 or 16737792. OLE color: 16737792.
HSL color Cylindrical-coordinate representation of color #0066FF: hue angle of 216º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0066FF is Cyan = 1, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 102 | 255 | - |
| CMYK | 1 | 0.6 | 0 | 0 |
| HSL | 216º | 1% | 0.5% | - |
| HSV(B) | 216º | 1% | 1% | - |
| XYZ | 22.8 | 16.72 | 96.63 | - |
| YUV | 88.94 | 221.71 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 255 | 1 | 0.6 | 0 | 0 | 216 | 1 | 0.5 |
| Hex | 0 | 66 | FF | 64 | 3C | 0 | 0 | D8 | 64 | 32 |
| Octal | 0 | 146 | 377 | 144 | 74 | 0 | 0 | 330 | 144 | 62 |
| Binary | 0 | 1100110 | 11111111 | 1100100 | 111100 | 0 | 0 | 11011000 | 1100100 | 110010 |
Color Harmonies of #0066FF
Complementary color
Monochromatic Colors of #0066FF
Black with #0066FF
Text Example
Text Example
White with #0066FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0066FF; }
p { color: rgb(0,102,255); }
H1.HeaderClassName
{
color: #0066FF;
}
.AnyTagClassName
{
color: #0066FF;
}
</style>
background-color css
<style>
a { background-color: #0066FF; }
a { background-color: rgb(0,102,255); }
div.DivClassName
{
background-color: #0066FF;
}
.BgClassName
{
background-color: #0066FF;
}
</style>
border-color css
<style>
span { border-color: #0066FF; }
span { border-color: rgb(0,102,255); }
td.TdClassName
{
border-color: #0066FF;
}
.TagClassName
{
border-color: #0066FF;
}
</style>