Shades of Navy Blue #006FD4
Tints of Navy Blue #006FD4
RGB
CMYK
RGB Variations
Color information
#006FD4 (or 0x006FD4) is known color: Navy Blue. HEX triplet: 00, 6F and D4. RGB value is (0,111,212). Sum of RGB (Red+Green+Blue) = 0+111+212=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 212 (83.20% from 255 or 65.63% from 323); Max value from RGB is 212 - color contains mainly: blue. Hex color #006FD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FD4 is #FF902B. Grayscale: #585858. Windows color (decimal): -16748588 or 13922048. OLE color: 13922048.
HSL color Cylindrical-coordinate representation of color #006FD4: hue angle of 208.58º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FD4 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 111 | 212 | - |
| CMYK | 1 | 0.48 | 0 | 0.17 |
| HSL | 208.58º | 1% | 0.42% | - |
| HSV(B) | 208.58º | 1% | 0.83% | - |
| XYZ | 17.57 | 16.12 | 64.47 | - |
| YUV | 89.33 | 197.23 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 212 | 1 | 0.48 | 0 | 0.17 | 208.58 | 1 | 0.42 |
| Hex | 0 | 6F | D4 | 64 | 30 | 0 | 11 | D1 | 64 | 2A |
| Octal | 0 | 157 | 324 | 144 | 60 | 0 | 21 | 321 | 144 | 52 |
| Binary | 0 | 1101111 | 11010100 | 1100100 | 110000 | 0 | 10001 | 11010001 | 1100100 | 101010 |
Color Harmonies of #006FD4
Complementary color
Monochromatic Colors of #006FD4
Black with #006FD4
Text Example
Text Example
White with #006FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FD4; }
p { color: rgb(0,111,212); }
H1.HeaderClassName
{
color: #006FD4;
}
.AnyTagClassName
{
color: #006FD4;
}
</style>
background-color css
<style>
a { background-color: #006FD4; }
a { background-color: rgb(0,111,212); }
div.DivClassName
{
background-color: #006FD4;
}
.BgClassName
{
background-color: #006FD4;
}
</style>
border-color css
<style>
span { border-color: #006FD4; }
span { border-color: rgb(0,111,212); }
td.TdClassName
{
border-color: #006FD4;
}
.TagClassName
{
border-color: #006FD4;
}
</style>