Shades of Navy Blue #0541F1
Tints of Navy Blue #0541F1
RGB
CMYK
RGB Variations
Color information
#0541F1 (or 0x0541F1) is known color: Navy Blue. HEX triplet: 05, 41 and F1. RGB value is (5,65,241). Sum of RGB (Red+Green+Blue) = 5+65+241=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 241 (94.53% from 255 or 77.49% from 311); Max value from RGB is 241 - color contains mainly: blue. Hex color #0541F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0541F1 is #FABE0E. Grayscale: #424242. Windows color (decimal): -16432655 or 15810821. OLE color: 15810821.
HSL color Cylindrical-coordinate representation of color #0541F1: hue angle of 224.75º degrees, saturation: 0.96, 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 #0541F1 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 65 | 241 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.05 |
| HSL | 224.75º | 0.96% | 0.48% | - |
| HSV(B) | 224.75º | 0.98% | 0.95% | - |
| XYZ | 17.83 | 10.16 | 84.24 | - |
| YUV | 67.12 | 226.12 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 241 | 0.98 | 0.73 | 0 | 0.05 | 224.75 | 0.96 | 0.48 |
| Hex | 5 | 41 | F1 | 62 | 49 | 0 | 5 | E1 | 60 | 30 |
| Octal | 5 | 101 | 361 | 142 | 111 | 0 | 5 | 341 | 140 | 60 |
| Binary | 101 | 1000001 | 11110001 | 1100010 | 1001001 | 0 | 101 | 11100001 | 1100000 | 110000 |
Color Harmonies of #0541F1
Complementary color
Monochromatic Colors of #0541F1
Black with #0541F1
Text Example
Text Example
White with #0541F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0541F1; }
p { color: rgb(5,65,241); }
H1.HeaderClassName
{
color: #0541F1;
}
.AnyTagClassName
{
color: #0541F1;
}
</style>
background-color css
<style>
a { background-color: #0541F1; }
a { background-color: rgb(5,65,241); }
div.DivClassName
{
background-color: #0541F1;
}
.BgClassName
{
background-color: #0541F1;
}
</style>
border-color css
<style>
span { border-color: #0541F1; }
span { border-color: rgb(5,65,241); }
td.TdClassName
{
border-color: #0541F1;
}
.TagClassName
{
border-color: #0541F1;
}
</style>