Shades of Navy Blue #046EEF
Tints of Navy Blue #046EEF
RGB
CMYK
RGB Variations
Color information
#046EEF (or 0x046EEF) is known color: Navy Blue. HEX triplet: 04, 6E and EF. RGB value is (4,110,239). Sum of RGB (Red+Green+Blue) = 4+110+239=353 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 239 (93.75% from 255 or 67.71% from 353); Max value from RGB is 239 - color contains mainly: blue. Hex color #046EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046EEF is #FB9110. Grayscale: #5C5C5C. Windows color (decimal): -16486673 or 15691268. OLE color: 15691268.
HSL color Cylindrical-coordinate representation of color #046EEF: hue angle of 212.94º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046EEF is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 110 | 239 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.06 |
| HSL | 212.94º | 0.97% | 0.48% | - |
| HSV(B) | 212.94º | 0.98% | 0.94% | - |
| XYZ | 21.21 | 17.41 | 83.9 | - |
| YUV | 93.01 | 210.38 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 110 | 239 | 0.98 | 0.54 | 0 | 0.06 | 212.94 | 0.97 | 0.48 |
| Hex | 4 | 6E | EF | 62 | 36 | 0 | 6 | D5 | 61 | 30 |
| Octal | 4 | 156 | 357 | 142 | 66 | 0 | 6 | 325 | 141 | 60 |
| Binary | 100 | 1101110 | 11101111 | 1100010 | 110110 | 0 | 110 | 11010101 | 1100001 | 110000 |
Color Harmonies of #046EEF
Complementary color
Monochromatic Colors of #046EEF
Black with #046EEF
Text Example
Text Example
White with #046EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046EEF; }
p { color: rgb(4,110,239); }
H1.HeaderClassName
{
color: #046EEF;
}
.AnyTagClassName
{
color: #046EEF;
}
</style>
background-color css
<style>
a { background-color: #046EEF; }
a { background-color: rgb(4,110,239); }
div.DivClassName
{
background-color: #046EEF;
}
.BgClassName
{
background-color: #046EEF;
}
</style>
border-color css
<style>
span { border-color: #046EEF; }
span { border-color: rgb(4,110,239); }
td.TdClassName
{
border-color: #046EEF;
}
.TagClassName
{
border-color: #046EEF;
}
</style>