Shades of Navy Blue #046AF5
Tints of Navy Blue #046AF5
RGB
CMYK
RGB Variations
Color information
#046AF5 (or 0x046AF5) is known color: Navy Blue. HEX triplet: 04, 6A and F5. RGB value is (4,106,245). Sum of RGB (Red+Green+Blue) = 4+106+245=355 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 245 (96.09% from 255 or 69.01% from 355); Max value from RGB is 245 - color contains mainly: blue. Hex color #046AF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046AF5 is #FB950A. Grayscale: #5A5A5A. Windows color (decimal): -16487691 or 16083460. OLE color: 16083460.
HSL color Cylindrical-coordinate representation of color #046AF5: hue angle of 214.61º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046AF5 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 106 | 245 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.04 |
| HSL | 214.61º | 0.97% | 0.49% | - |
| HSV(B) | 214.61º | 0.98% | 0.96% | - |
| XYZ | 21.69 | 16.93 | 88.51 | - |
| YUV | 91.35 | 214.71 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 106 | 245 | 0.98 | 0.57 | 0 | 0.04 | 214.61 | 0.97 | 0.49 |
| Hex | 4 | 6A | F5 | 62 | 39 | 0 | 4 | D7 | 61 | 31 |
| Octal | 4 | 152 | 365 | 142 | 71 | 0 | 4 | 327 | 141 | 61 |
| Binary | 100 | 1101010 | 11110101 | 1100010 | 111001 | 0 | 100 | 11010111 | 1100001 | 110001 |
Color Harmonies of #046AF5
Complementary color
Monochromatic Colors of #046AF5
Black with #046AF5
Text Example
Text Example
White with #046AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046AF5; }
p { color: rgb(4,106,245); }
H1.HeaderClassName
{
color: #046AF5;
}
.AnyTagClassName
{
color: #046AF5;
}
</style>
background-color css
<style>
a { background-color: #046AF5; }
a { background-color: rgb(4,106,245); }
div.DivClassName
{
background-color: #046AF5;
}
.BgClassName
{
background-color: #046AF5;
}
</style>
border-color css
<style>
span { border-color: #046AF5; }
span { border-color: rgb(4,106,245); }
td.TdClassName
{
border-color: #046AF5;
}
.TagClassName
{
border-color: #046AF5;
}
</style>