Shades of Navy Blue #006FD1
Tints of Navy Blue #006FD1
RGB
CMYK
RGB Variations
Color information
#006FD1 (or 0x006FD1) is known color: Navy Blue. HEX triplet: 00, 6F and D1. RGB value is (0,111,209). Sum of RGB (Red+Green+Blue) = 0+111+209=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 209 (82.03% from 255 or 65.31% from 320); Max value from RGB is 209 - color contains mainly: blue. Hex color #006FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FD1 is #FF902E. Grayscale: #585858. Windows color (decimal): -16748591 or 13725440. OLE color: 13725440.
HSL color Cylindrical-coordinate representation of color #006FD1: hue angle of 208.13º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FD1 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 111 | 209 | - |
| CMYK | 1 | 0.47 | 0 | 0.18 |
| HSL | 208.13º | 1% | 0.41% | - |
| HSV(B) | 208.13º | 1% | 0.82% | - |
| XYZ | 17.19 | 15.97 | 62.5 | - |
| YUV | 88.98 | 195.73 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 209 | 1 | 0.47 | 0 | 0.18 | 208.13 | 1 | 0.41 |
| Hex | 0 | 6F | D1 | 64 | 2F | 0 | 12 | D0 | 64 | 29 |
| Octal | 0 | 157 | 321 | 144 | 57 | 0 | 22 | 320 | 144 | 51 |
| Binary | 0 | 1101111 | 11010001 | 1100100 | 101111 | 0 | 10010 | 11010000 | 1100100 | 101001 |
Color Harmonies of #006FD1
Complementary color
Monochromatic Colors of #006FD1
Black with #006FD1
Text Example
Text Example
White with #006FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FD1; }
p { color: rgb(0,111,209); }
H1.HeaderClassName
{
color: #006FD1;
}
.AnyTagClassName
{
color: #006FD1;
}
</style>
background-color css
<style>
a { background-color: #006FD1; }
a { background-color: rgb(0,111,209); }
div.DivClassName
{
background-color: #006FD1;
}
.BgClassName
{
background-color: #006FD1;
}
</style>
border-color css
<style>
span { border-color: #006FD1; }
span { border-color: rgb(0,111,209); }
td.TdClassName
{
border-color: #006FD1;
}
.TagClassName
{
border-color: #006FD1;
}
</style>