Shades of Navy Blue #046FE2
Tints of Navy Blue #046FE2
RGB
CMYK
RGB Variations
Color information
#046FE2 (or 0x046FE2) is known color: Navy Blue. HEX triplet: 04, 6F and E2. RGB value is (4,111,226). Sum of RGB (Red+Green+Blue) = 4+111+226=341 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 226 (88.67% from 255 or 66.28% from 341); Max value from RGB is 226 - color contains mainly: blue. Hex color #046FE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046FE2 is #FB901D. Grayscale: #5B5B5B. Windows color (decimal): -16486430 or 14839556. OLE color: 14839556.
HSL color Cylindrical-coordinate representation of color #046FE2: hue angle of 211.08º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046FE2 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 111 | 226 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.11 |
| HSL | 211.08º | 0.97% | 0.45% | - |
| HSV(B) | 211.08º | 0.98% | 0.89% | - |
| XYZ | 19.46 | 16.89 | 74.19 | - |
| YUV | 92.12 | 203.55 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 226 | 0.98 | 0.51 | 0 | 0.11 | 211.08 | 0.97 | 0.45 |
| Hex | 4 | 6F | E2 | 62 | 33 | 0 | B | D3 | 61 | 2D |
| Octal | 4 | 157 | 342 | 142 | 63 | 0 | 13 | 323 | 141 | 55 |
| Binary | 100 | 1101111 | 11100010 | 1100010 | 110011 | 0 | 1011 | 11010011 | 1100001 | 101101 |
Color Harmonies of #046FE2
Complementary color
Monochromatic Colors of #046FE2
Black with #046FE2
Text Example
Text Example
White with #046FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046FE2; }
p { color: rgb(4,111,226); }
H1.HeaderClassName
{
color: #046FE2;
}
.AnyTagClassName
{
color: #046FE2;
}
</style>
background-color css
<style>
a { background-color: #046FE2; }
a { background-color: rgb(4,111,226); }
div.DivClassName
{
background-color: #046FE2;
}
.BgClassName
{
background-color: #046FE2;
}
</style>
border-color css
<style>
span { border-color: #046FE2; }
span { border-color: rgb(4,111,226); }
td.TdClassName
{
border-color: #046FE2;
}
.TagClassName
{
border-color: #046FE2;
}
</style>