Shades of Navy Blue #006FED
Tints of Navy Blue #006FED
RGB
CMYK
RGB Variations
Color information
#006FED (or 0x006FED) is known color: Navy Blue. HEX triplet: 00, 6F and ED. RGB value is (0,111,237). Sum of RGB (Red+Green+Blue) = 0+111+237=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #006FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006FED is #FF9012. Grayscale: #5B5B5B. Windows color (decimal): -16748563 or 15560448. OLE color: 15560448.
HSL color Cylindrical-coordinate representation of color #006FED: hue angle of 211.9º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FED is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 111 | 237 | - |
| CMYK | 1 | 0.53 | 0 | 0.07 |
| HSL | 211.9º | 1% | 0.46% | - |
| HSV(B) | 211.9º | 1% | 0.93% | - |
| XYZ | 20.97 | 17.48 | 82.39 | - |
| YUV | 92.18 | 209.73 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 237 | 1 | 0.53 | 0 | 0.07 | 211.9 | 1 | 0.46 |
| Hex | 0 | 6F | ED | 64 | 35 | 0 | 7 | D4 | 64 | 2E |
| Octal | 0 | 157 | 355 | 144 | 65 | 0 | 7 | 324 | 144 | 56 |
| Binary | 0 | 1101111 | 11101101 | 1100100 | 110101 | 0 | 111 | 11010100 | 1100100 | 101110 |
Color Harmonies of #006FED
Complementary color
Monochromatic Colors of #006FED
Black with #006FED
Text Example
Text Example
White with #006FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FED; }
p { color: rgb(0,111,237); }
H1.HeaderClassName
{
color: #006FED;
}
.AnyTagClassName
{
color: #006FED;
}
</style>
background-color css
<style>
a { background-color: #006FED; }
a { background-color: rgb(0,111,237); }
div.DivClassName
{
background-color: #006FED;
}
.BgClassName
{
background-color: #006FED;
}
</style>
border-color css
<style>
span { border-color: #006FED; }
span { border-color: rgb(0,111,237); }
td.TdClassName
{
border-color: #006FED;
}
.TagClassName
{
border-color: #006FED;
}
</style>