Shades of Navy Blue #046FF1
Tints of Navy Blue #046FF1
RGB
CMYK
RGB Variations
Color information
#046FF1 (or 0x046FF1) is known color: Navy Blue. HEX triplet: 04, 6F and F1. RGB value is (4,111,241). Sum of RGB (Red+Green+Blue) = 4+111+241=356 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 241 (94.53% from 255 or 67.70% from 356); Max value from RGB is 241 - color contains mainly: blue. Hex color #046FF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046FF1 is #FB900E. Grayscale: #5D5D5D. Windows color (decimal): -16486415 or 15822596. OLE color: 15822596.
HSL color Cylindrical-coordinate representation of color #046FF1: hue angle of 212.91º 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 #046FF1 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 111 | 241 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.05 |
| HSL | 212.91º | 0.97% | 0.48% | - |
| HSV(B) | 212.91º | 0.98% | 0.95% | - |
| XYZ | 21.61 | 17.75 | 85.51 | - |
| YUV | 93.83 | 211.05 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 241 | 0.98 | 0.54 | 0 | 0.05 | 212.91 | 0.97 | 0.48 |
| Hex | 4 | 6F | F1 | 62 | 36 | 0 | 5 | D5 | 61 | 30 |
| Octal | 4 | 157 | 361 | 142 | 66 | 0 | 5 | 325 | 141 | 60 |
| Binary | 100 | 1101111 | 11110001 | 1100010 | 110110 | 0 | 101 | 11010101 | 1100001 | 110000 |
Color Harmonies of #046FF1
Complementary color
Monochromatic Colors of #046FF1
Black with #046FF1
Text Example
Text Example
White with #046FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046FF1; }
p { color: rgb(4,111,241); }
H1.HeaderClassName
{
color: #046FF1;
}
.AnyTagClassName
{
color: #046FF1;
}
</style>
background-color css
<style>
a { background-color: #046FF1; }
a { background-color: rgb(4,111,241); }
div.DivClassName
{
background-color: #046FF1;
}
.BgClassName
{
background-color: #046FF1;
}
</style>
border-color css
<style>
span { border-color: #046FF1; }
span { border-color: rgb(4,111,241); }
td.TdClassName
{
border-color: #046FF1;
}
.TagClassName
{
border-color: #046FF1;
}
</style>