Shades of Navy Blue #006EF0
Tints of Navy Blue #006EF0
RGB
CMYK
RGB Variations
Color information
#006EF0 (or 0x006EF0) is known color: Navy Blue. HEX triplet: 00, 6E and F0. RGB value is (0,110,240). Sum of RGB (Red+Green+Blue) = 0+110+240=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 240 (94.14% from 255 or 68.57% from 350); Max value from RGB is 240 - color contains mainly: blue. Hex color #006EF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006EF0 is #FF910F. Grayscale: #5B5B5B. Windows color (decimal): -16748816 or 15756800. OLE color: 15756800.
HSL color Cylindrical-coordinate representation of color #006EF0: hue angle of 212.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EF0 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 110 | 240 | - |
| CMYK | 1 | 0.54 | 0 | 0.06 |
| HSL | 212.5º | 1% | 0.47% | - |
| HSV(B) | 212.5º | 1% | 0.94% | - |
| XYZ | 21.3 | 17.44 | 84.68 | - |
| YUV | 91.93 | 211.56 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 240 | 1 | 0.54 | 0 | 0.06 | 212.5 | 1 | 0.47 |
| Hex | 0 | 6E | F0 | 64 | 36 | 0 | 6 | D4 | 64 | 2F |
| Octal | 0 | 156 | 360 | 144 | 66 | 0 | 6 | 324 | 144 | 57 |
| Binary | 0 | 1101110 | 11110000 | 1100100 | 110110 | 0 | 110 | 11010100 | 1100100 | 101111 |
Color Harmonies of #006EF0
Complementary color
Monochromatic Colors of #006EF0
Black with #006EF0
Text Example
Text Example
White with #006EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006EF0; }
p { color: rgb(0,110,240); }
H1.HeaderClassName
{
color: #006EF0;
}
.AnyTagClassName
{
color: #006EF0;
}
</style>
background-color css
<style>
a { background-color: #006EF0; }
a { background-color: rgb(0,110,240); }
div.DivClassName
{
background-color: #006EF0;
}
.BgClassName
{
background-color: #006EF0;
}
</style>
border-color css
<style>
span { border-color: #006EF0; }
span { border-color: rgb(0,110,240); }
td.TdClassName
{
border-color: #006EF0;
}
.TagClassName
{
border-color: #006EF0;
}
</style>