Shades of Navy Blue #0666DF
Tints of Navy Blue #0666DF
RGB
CMYK
RGB Variations
Color information
#0666DF (or 0x0666DF) is known color: Navy Blue. HEX triplet: 06, 66 and DF. RGB value is (6,102,223). Sum of RGB (Red+Green+Blue) = 6+102+223=331 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #0666DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0666DF is #F99920. Grayscale: #565656. Windows color (decimal): -16357665 or 14640646. OLE color: 14640646.
HSL color Cylindrical-coordinate representation of color #0666DF: hue angle of 213.46º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0666DF is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 102 | 223 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.13 |
| HSL | 213.46º | 0.95% | 0.45% | - |
| HSV(B) | 213.46º | 0.97% | 0.87% | - |
| XYZ | 18.15 | 14.87 | 71.73 | - |
| YUV | 87.09 | 204.7 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 223 | 0.97 | 0.54 | 0 | 0.13 | 213.46 | 0.95 | 0.45 |
| Hex | 6 | 66 | DF | 61 | 36 | 0 | D | D5 | 5F | 2D |
| Octal | 6 | 146 | 337 | 141 | 66 | 0 | 15 | 325 | 137 | 55 |
| Binary | 110 | 1100110 | 11011111 | 1100001 | 110110 | 0 | 1101 | 11010101 | 1011111 | 101101 |
Color Harmonies of #0666DF
Complementary color
Monochromatic Colors of #0666DF
Black with #0666DF
Text Example
Text Example
White with #0666DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0666DF; }
p { color: rgb(6,102,223); }
H1.HeaderClassName
{
color: #0666DF;
}
.AnyTagClassName
{
color: #0666DF;
}
</style>
background-color css
<style>
a { background-color: #0666DF; }
a { background-color: rgb(6,102,223); }
div.DivClassName
{
background-color: #0666DF;
}
.BgClassName
{
background-color: #0666DF;
}
</style>
border-color css
<style>
span { border-color: #0666DF; }
span { border-color: rgb(6,102,223); }
td.TdClassName
{
border-color: #0666DF;
}
.TagClassName
{
border-color: #0666DF;
}
</style>