Shades of Navy Blue #0066DF
Tints of Navy Blue #0066DF
RGB
CMYK
RGB Variations
Color information
#0066DF (or 0x0066DF) is known color: Navy Blue. HEX triplet: 00, 66 and DF. RGB value is (0,102,223). Sum of RGB (Red+Green+Blue) = 0+102+223=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #0066DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0066DF is #FF9920. Grayscale: #545454. Windows color (decimal): -16750881 or 14640640. OLE color: 14640640.
HSL color Cylindrical-coordinate representation of color #0066DF: hue angle of 212.56º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0066DF is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 102 | 223 | - |
| CMYK | 1 | 0.54 | 0 | 0.13 |
| HSL | 212.56º | 1% | 0.44% | - |
| HSV(B) | 212.56º | 1% | 0.87% | - |
| XYZ | 18.07 | 14.83 | 71.72 | - |
| YUV | 85.3 | 205.71 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 223 | 1 | 0.54 | 0 | 0.13 | 212.56 | 1 | 0.44 |
| Hex | 0 | 66 | DF | 64 | 36 | 0 | D | D5 | 64 | 2C |
| Octal | 0 | 146 | 337 | 144 | 66 | 0 | 15 | 325 | 144 | 54 |
| Binary | 0 | 1100110 | 11011111 | 1100100 | 110110 | 0 | 1101 | 11010101 | 1100100 | 101100 |
Color Harmonies of #0066DF
Complementary color
Monochromatic Colors of #0066DF
Black with #0066DF
Text Example
Text Example
White with #0066DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0066DF; }
p { color: rgb(0,102,223); }
H1.HeaderClassName
{
color: #0066DF;
}
.AnyTagClassName
{
color: #0066DF;
}
</style>
background-color css
<style>
a { background-color: #0066DF; }
a { background-color: rgb(0,102,223); }
div.DivClassName
{
background-color: #0066DF;
}
.BgClassName
{
background-color: #0066DF;
}
</style>
border-color css
<style>
span { border-color: #0066DF; }
span { border-color: rgb(0,102,223); }
td.TdClassName
{
border-color: #0066DF;
}
.TagClassName
{
border-color: #0066DF;
}
</style>