Shades of Navy Blue #0066FC
Tints of Navy Blue #0066FC
RGB
CMYK
RGB Variations
Color information
#0066FC (or 0x0066FC) is known color: Navy Blue. HEX triplet: 00, 66 and FC. RGB value is (0,102,252). Sum of RGB (Red+Green+Blue) = 0+102+252=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #0066FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0066FC is #FF9903. Grayscale: #575757. Windows color (decimal): -16750852 or 16541184. OLE color: 16541184.
HSL color Cylindrical-coordinate representation of color #0066FC: hue angle of 215.71º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0066FC is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 102 | 252 | - |
| CMYK | 1 | 0.60 | 0 | 0.01 |
| HSL | 215.71º | 1% | 0.49% | - |
| HSV(B) | 215.71º | 1% | 0.99% | - |
| XYZ | 22.32 | 16.53 | 94.11 | - |
| YUV | 88.6 | 220.21 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 252 | 1 | 0.60 | 0 | 0.01 | 215.71 | 1 | 0.49 |
| Hex | 0 | 66 | FC | 64 | 3C | 0 | 1 | D8 | 64 | 31 |
| Octal | 0 | 146 | 374 | 144 | 74 | 0 | 1 | 330 | 144 | 61 |
| Binary | 0 | 1100110 | 11111100 | 1100100 | 111100 | 0 | 1 | 11011000 | 1100100 | 110001 |
Color Harmonies of #0066FC
Complementary color
Monochromatic Colors of #0066FC
Black with #0066FC
Text Example
Text Example
White with #0066FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0066FC; }
p { color: rgb(0,102,252); }
H1.HeaderClassName
{
color: #0066FC;
}
.AnyTagClassName
{
color: #0066FC;
}
</style>
background-color css
<style>
a { background-color: #0066FC; }
a { background-color: rgb(0,102,252); }
div.DivClassName
{
background-color: #0066FC;
}
.BgClassName
{
background-color: #0066FC;
}
</style>
border-color css
<style>
span { border-color: #0066FC; }
span { border-color: rgb(0,102,252); }
td.TdClassName
{
border-color: #0066FC;
}
.TagClassName
{
border-color: #0066FC;
}
</style>