Shades of Navy Blue #006FDE
Tints of Navy Blue #006FDE
RGB
CMYK
RGB Variations
Color information
#006FDE (or 0x006FDE) is known color: Navy Blue. HEX triplet: 00, 6F and DE. RGB value is (0,111,222). Sum of RGB (Red+Green+Blue) = 0+111+222=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #006FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FDE is #FF9021. Grayscale: #595959. Windows color (decimal): -16748578 or 14577408. OLE color: 14577408.
HSL color Cylindrical-coordinate representation of color #006FDE: hue angle of 210º 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 #006FDE is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 111 | 222 | - |
| CMYK | 1 | 0.5 | 0 | 0.13 |
| HSL | 210º | 1% | 0.44% | - |
| HSV(B) | 210º | 1% | 0.87% | - |
| XYZ | 18.87 | 16.64 | 71.33 | - |
| YUV | 90.47 | 202.23 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 222 | 1 | 0.5 | 0 | 0.13 | 210 | 1 | 0.44 |
| Hex | 0 | 6F | DE | 64 | 32 | 0 | D | D2 | 64 | 2C |
| Octal | 0 | 157 | 336 | 144 | 62 | 0 | 15 | 322 | 144 | 54 |
| Binary | 0 | 1101111 | 11011110 | 1100100 | 110010 | 0 | 1101 | 11010010 | 1100100 | 101100 |
Color Harmonies of #006FDE
Complementary color
Monochromatic Colors of #006FDE
Black with #006FDE
Text Example
Text Example
White with #006FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FDE; }
p { color: rgb(0,111,222); }
H1.HeaderClassName
{
color: #006FDE;
}
.AnyTagClassName
{
color: #006FDE;
}
</style>
background-color css
<style>
a { background-color: #006FDE; }
a { background-color: rgb(0,111,222); }
div.DivClassName
{
background-color: #006FDE;
}
.BgClassName
{
background-color: #006FDE;
}
</style>
border-color css
<style>
span { border-color: #006FDE; }
span { border-color: rgb(0,111,222); }
td.TdClassName
{
border-color: #006FDE;
}
.TagClassName
{
border-color: #006FDE;
}
</style>