Shades of Navy Blue #006FD8
Tints of Navy Blue #006FD8
RGB
CMYK
RGB Variations
Color information
#006FD8 (or 0x006FD8) is known color: Navy Blue. HEX triplet: 00, 6F and D8. RGB value is (0,111,216). Sum of RGB (Red+Green+Blue) = 0+111+216=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 216 (84.77% from 255 or 66.06% from 327); Max value from RGB is 216 - color contains mainly: blue. Hex color #006FD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FD8 is #FF9027. Grayscale: #595959. Windows color (decimal): -16748584 or 14184192. OLE color: 14184192.
HSL color Cylindrical-coordinate representation of color #006FD8: hue angle of 209.17º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FD8 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 111 | 216 | - |
| CMYK | 1 | 0.49 | 0 | 0.15 |
| HSL | 209.17º | 1% | 0.42% | - |
| HSV(B) | 209.17º | 1% | 0.85% | - |
| XYZ | 18.08 | 16.33 | 67.16 | - |
| YUV | 89.78 | 199.23 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 216 | 1 | 0.49 | 0 | 0.15 | 209.17 | 1 | 0.42 |
| Hex | 0 | 6F | D8 | 64 | 31 | 0 | F | D1 | 64 | 2A |
| Octal | 0 | 157 | 330 | 144 | 61 | 0 | 17 | 321 | 144 | 52 |
| Binary | 0 | 1101111 | 11011000 | 1100100 | 110001 | 0 | 1111 | 11010001 | 1100100 | 101010 |
Color Harmonies of #006FD8
Complementary color
Monochromatic Colors of #006FD8
Black with #006FD8
Text Example
Text Example
White with #006FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FD8; }
p { color: rgb(0,111,216); }
H1.HeaderClassName
{
color: #006FD8;
}
.AnyTagClassName
{
color: #006FD8;
}
</style>
background-color css
<style>
a { background-color: #006FD8; }
a { background-color: rgb(0,111,216); }
div.DivClassName
{
background-color: #006FD8;
}
.BgClassName
{
background-color: #006FD8;
}
</style>
border-color css
<style>
span { border-color: #006FD8; }
span { border-color: rgb(0,111,216); }
td.TdClassName
{
border-color: #006FD8;
}
.TagClassName
{
border-color: #006FD8;
}
</style>