Shades of Navy Blue #046DF2
Tints of Navy Blue #046DF2
RGB
CMYK
RGB Variations
Color information
#046DF2 (or 0x046DF2) is known color: Navy Blue. HEX triplet: 04, 6D and F2. RGB value is (4,109,242). Sum of RGB (Red+Green+Blue) = 4+109+242=355 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 242 (94.92% from 255 or 68.17% from 355); Max value from RGB is 242 - color contains mainly: blue. Hex color #046DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046DF2 is #FB920D. Grayscale: #5C5C5C. Windows color (decimal): -16486926 or 15887620. OLE color: 15887620.
HSL color Cylindrical-coordinate representation of color #046DF2: hue angle of 213.53º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046DF2 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 109 | 242 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.05 |
| HSL | 213.53º | 0.97% | 0.48% | - |
| HSV(B) | 213.53º | 0.98% | 0.95% | - |
| XYZ | 21.55 | 17.37 | 86.22 | - |
| YUV | 92.77 | 212.21 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 109 | 242 | 0.98 | 0.55 | 0 | 0.05 | 213.53 | 0.97 | 0.48 |
| Hex | 4 | 6D | F2 | 62 | 37 | 0 | 5 | D6 | 61 | 30 |
| Octal | 4 | 155 | 362 | 142 | 67 | 0 | 5 | 326 | 141 | 60 |
| Binary | 100 | 1101101 | 11110010 | 1100010 | 110111 | 0 | 101 | 11010110 | 1100001 | 110000 |
Color Harmonies of #046DF2
Complementary color
Monochromatic Colors of #046DF2
Black with #046DF2
Text Example
Text Example
White with #046DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046DF2; }
p { color: rgb(4,109,242); }
H1.HeaderClassName
{
color: #046DF2;
}
.AnyTagClassName
{
color: #046DF2;
}
</style>
background-color css
<style>
a { background-color: #046DF2; }
a { background-color: rgb(4,109,242); }
div.DivClassName
{
background-color: #046DF2;
}
.BgClassName
{
background-color: #046DF2;
}
</style>
border-color css
<style>
span { border-color: #046DF2; }
span { border-color: rgb(4,109,242); }
td.TdClassName
{
border-color: #046DF2;
}
.TagClassName
{
border-color: #046DF2;
}
</style>