Shades of Navy Blue #046DEA
Tints of Navy Blue #046DEA
RGB
CMYK
RGB Variations
Color information
#046DEA (or 0x046DEA) is known color: Navy Blue. HEX triplet: 04, 6D and EA. RGB value is (4,109,234). Sum of RGB (Red+Green+Blue) = 4+109+234=347 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #046DEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046DEA is #FB9215. Grayscale: #5B5B5B. Windows color (decimal): -16486934 or 15363332. OLE color: 15363332.
HSL color Cylindrical-coordinate representation of color #046DEA: hue angle of 212.61º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046DEA is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 109 | 234 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.08 |
| HSL | 212.61º | 0.97% | 0.47% | - |
| HSV(B) | 212.61º | 0.98% | 0.92% | - |
| XYZ | 20.37 | 16.9 | 80.03 | - |
| YUV | 91.86 | 208.21 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 109 | 234 | 0.98 | 0.53 | 0 | 0.08 | 212.61 | 0.97 | 0.47 |
| Hex | 4 | 6D | EA | 62 | 35 | 0 | 8 | D5 | 61 | 2F |
| Octal | 4 | 155 | 352 | 142 | 65 | 0 | 10 | 325 | 141 | 57 |
| Binary | 100 | 1101101 | 11101010 | 1100010 | 110101 | 0 | 1000 | 11010101 | 1100001 | 101111 |
Color Harmonies of #046DEA
Complementary color
Monochromatic Colors of #046DEA
Black with #046DEA
Text Example
Text Example
White with #046DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046DEA; }
p { color: rgb(4,109,234); }
H1.HeaderClassName
{
color: #046DEA;
}
.AnyTagClassName
{
color: #046DEA;
}
</style>
background-color css
<style>
a { background-color: #046DEA; }
a { background-color: rgb(4,109,234); }
div.DivClassName
{
background-color: #046DEA;
}
.BgClassName
{
background-color: #046DEA;
}
</style>
border-color css
<style>
span { border-color: #046DEA; }
span { border-color: rgb(4,109,234); }
td.TdClassName
{
border-color: #046DEA;
}
.TagClassName
{
border-color: #046DEA;
}
</style>