Shades of Navy Blue #006FEC
Tints of Navy Blue #006FEC
RGB
CMYK
RGB Variations
Color information
#006FEC (or 0x006FEC) is known color: Navy Blue. HEX triplet: 00, 6F and EC. RGB value is (0,111,236). Sum of RGB (Red+Green+Blue) = 0+111+236=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #006FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006FEC is #FF9013. Grayscale: #5B5B5B. Windows color (decimal): -16748564 or 15494912. OLE color: 15494912.
HSL color Cylindrical-coordinate representation of color #006FEC: hue angle of 211.78º 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 #006FEC is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 111 | 236 | - |
| CMYK | 1 | 0.53 | 0 | 0.07 |
| HSL | 211.78º | 1% | 0.46% | - |
| HSV(B) | 211.78º | 1% | 0.93% | - |
| XYZ | 20.82 | 17.43 | 81.62 | - |
| YUV | 92.06 | 209.23 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 236 | 1 | 0.53 | 0 | 0.07 | 211.78 | 1 | 0.46 |
| Hex | 0 | 6F | EC | 64 | 35 | 0 | 7 | D4 | 64 | 2E |
| Octal | 0 | 157 | 354 | 144 | 65 | 0 | 7 | 324 | 144 | 56 |
| Binary | 0 | 1101111 | 11101100 | 1100100 | 110101 | 0 | 111 | 11010100 | 1100100 | 101110 |
Color Harmonies of #006FEC
Complementary color
Monochromatic Colors of #006FEC
Black with #006FEC
Text Example
Text Example
White with #006FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FEC; }
p { color: rgb(0,111,236); }
H1.HeaderClassName
{
color: #006FEC;
}
.AnyTagClassName
{
color: #006FEC;
}
</style>
background-color css
<style>
a { background-color: #006FEC; }
a { background-color: rgb(0,111,236); }
div.DivClassName
{
background-color: #006FEC;
}
.BgClassName
{
background-color: #006FEC;
}
</style>
border-color css
<style>
span { border-color: #006FEC; }
span { border-color: rgb(0,111,236); }
td.TdClassName
{
border-color: #006FEC;
}
.TagClassName
{
border-color: #006FEC;
}
</style>