Shades of Navy Blue #0041FA
Tints of Navy Blue #0041FA
RGB
CMYK
RGB Variations
Color information
#0041FA (or 0x0041FA) is known color: Navy Blue. HEX triplet: 00, 41 and FA. RGB value is (0,65,250). Sum of RGB (Red+Green+Blue) = 0+65+250=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 250 (98.05% from 255 or 79.37% from 315); Max value from RGB is 250 - color contains mainly: blue. Hex color #0041FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0041FA is #FFBE05. Grayscale: #414141. Windows color (decimal): -16760326 or 16400640. OLE color: 16400640.
HSL color Cylindrical-coordinate representation of color #0041FA: hue angle of 224.4º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0041FA is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 65 | 250 | - |
| CMYK | 1 | 0.74 | 0 | 0.02 |
| HSL | 224.4º | 1% | 0.49% | - |
| HSV(B) | 224.4º | 1% | 0.98% | - |
| XYZ | 19.15 | 10.68 | 91.5 | - |
| YUV | 66.66 | 231.47 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 250 | 1 | 0.74 | 0 | 0.02 | 224.4 | 1 | 0.49 |
| Hex | 0 | 41 | FA | 64 | 4A | 0 | 2 | E0 | 64 | 31 |
| Octal | 0 | 101 | 372 | 144 | 112 | 0 | 2 | 340 | 144 | 61 |
| Binary | 0 | 1000001 | 11111010 | 1100100 | 1001010 | 0 | 10 | 11100000 | 1100100 | 110001 |
Color Harmonies of #0041FA
Complementary color
Monochromatic Colors of #0041FA
Black with #0041FA
Text Example
Text Example
White with #0041FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0041FA; }
p { color: rgb(0,65,250); }
H1.HeaderClassName
{
color: #0041FA;
}
.AnyTagClassName
{
color: #0041FA;
}
</style>
background-color css
<style>
a { background-color: #0041FA; }
a { background-color: rgb(0,65,250); }
div.DivClassName
{
background-color: #0041FA;
}
.BgClassName
{
background-color: #0041FA;
}
</style>
border-color css
<style>
span { border-color: #0041FA; }
span { border-color: rgb(0,65,250); }
td.TdClassName
{
border-color: #0041FA;
}
.TagClassName
{
border-color: #0041FA;
}
</style>