Shades of Navy Blue #006DEA
Tints of Navy Blue #006DEA
RGB
CMYK
RGB Variations
Color information
#006DEA (or 0x006DEA) is known color: Navy Blue. HEX triplet: 00, 6D and EA. RGB value is (0,109,234). Sum of RGB (Red+Green+Blue) = 0+109+234=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #006DEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006DEA is #FF9215. Grayscale: #5A5A5A. Windows color (decimal): -16749078 or 15363328. OLE color: 15363328.
HSL color Cylindrical-coordinate representation of color #006DEA: hue angle of 212.05º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006DEA is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 109 | 234 | - |
| CMYK | 1 | 0.53 | 0 | 0.08 |
| HSL | 212.05º | 1% | 0.46% | - |
| HSV(B) | 212.05º | 1% | 0.92% | - |
| XYZ | 20.32 | 16.88 | 80.03 | - |
| YUV | 90.66 | 208.89 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 109 | 234 | 1 | 0.53 | 0 | 0.08 | 212.05 | 1 | 0.46 |
| Hex | 0 | 6D | EA | 64 | 35 | 0 | 8 | D4 | 64 | 2E |
| Octal | 0 | 155 | 352 | 144 | 65 | 0 | 10 | 324 | 144 | 56 |
| Binary | 0 | 1101101 | 11101010 | 1100100 | 110101 | 0 | 1000 | 11010100 | 1100100 | 101110 |
Color Harmonies of #006DEA
Complementary color
Monochromatic Colors of #006DEA
Black with #006DEA
Text Example
Text Example
White with #006DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006DEA; }
p { color: rgb(0,109,234); }
H1.HeaderClassName
{
color: #006DEA;
}
.AnyTagClassName
{
color: #006DEA;
}
</style>
background-color css
<style>
a { background-color: #006DEA; }
a { background-color: rgb(0,109,234); }
div.DivClassName
{
background-color: #006DEA;
}
.BgClassName
{
background-color: #006DEA;
}
</style>
border-color css
<style>
span { border-color: #006DEA; }
span { border-color: rgb(0,109,234); }
td.TdClassName
{
border-color: #006DEA;
}
.TagClassName
{
border-color: #006DEA;
}
</style>