Shades of Navy Blue #006EF2
Tints of Navy Blue #006EF2
RGB
CMYK
RGB Variations
Color information
#006EF2 (or 0x006EF2) is known color: Navy Blue. HEX triplet: 00, 6E and F2. RGB value is (0,110,242). Sum of RGB (Red+Green+Blue) = 0+110+242=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 242 (94.92% from 255 or 68.75% from 352); Max value from RGB is 242 - color contains mainly: blue. Hex color #006EF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006EF2 is #FF910D. Grayscale: #5B5B5B. Windows color (decimal): -16748814 or 15887872. OLE color: 15887872.
HSL color Cylindrical-coordinate representation of color #006EF2: hue angle of 212.73º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006EF2 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 110 | 242 | - |
| CMYK | 1 | 0.55 | 0 | 0.05 |
| HSL | 212.73º | 1% | 0.47% | - |
| HSV(B) | 212.73º | 1% | 0.95% | - |
| XYZ | 21.6 | 17.56 | 86.26 | - |
| YUV | 92.16 | 212.56 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 242 | 1 | 0.55 | 0 | 0.05 | 212.73 | 1 | 0.47 |
| Hex | 0 | 6E | F2 | 64 | 37 | 0 | 5 | D5 | 64 | 2F |
| Octal | 0 | 156 | 362 | 144 | 67 | 0 | 5 | 325 | 144 | 57 |
| Binary | 0 | 1101110 | 11110010 | 1100100 | 110111 | 0 | 101 | 11010101 | 1100100 | 101111 |
Color Harmonies of #006EF2
Complementary color
Monochromatic Colors of #006EF2
Black with #006EF2
Text Example
Text Example
White with #006EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006EF2; }
p { color: rgb(0,110,242); }
H1.HeaderClassName
{
color: #006EF2;
}
.AnyTagClassName
{
color: #006EF2;
}
</style>
background-color css
<style>
a { background-color: #006EF2; }
a { background-color: rgb(0,110,242); }
div.DivClassName
{
background-color: #006EF2;
}
.BgClassName
{
background-color: #006EF2;
}
</style>
border-color css
<style>
span { border-color: #006EF2; }
span { border-color: rgb(0,110,242); }
td.TdClassName
{
border-color: #006EF2;
}
.TagClassName
{
border-color: #006EF2;
}
</style>