Shades of Navy Blue #0041FC
Tints of Navy Blue #0041FC
RGB
CMYK
RGB Variations
Color information
#0041FC (or 0x0041FC) is known color: Navy Blue. HEX triplet: 00, 41 and FC. RGB value is (0,65,252). Sum of RGB (Red+Green+Blue) = 0+65+252=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 252 (98.83% from 255 or 79.50% from 317); Max value from RGB is 252 - color contains mainly: blue. Hex color #0041FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0041FC is #FFBE03. Grayscale: #424242. Windows color (decimal): -16760324 or 16531712. OLE color: 16531712.
HSL color Cylindrical-coordinate representation of color #0041FC: hue angle of 224.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0041FC is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 65 | 252 | - |
| CMYK | 1 | 0.74 | 0 | 0.01 |
| HSL | 224.52º | 1% | 0.49% | - |
| HSV(B) | 224.52º | 1% | 0.99% | - |
| XYZ | 19.46 | 10.81 | 93.16 | - |
| YUV | 66.88 | 232.47 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 252 | 1 | 0.74 | 0 | 0.01 | 224.52 | 1 | 0.49 |
| Hex | 0 | 41 | FC | 64 | 4A | 0 | 1 | E1 | 64 | 31 |
| Octal | 0 | 101 | 374 | 144 | 112 | 0 | 1 | 341 | 144 | 61 |
| Binary | 0 | 1000001 | 11111100 | 1100100 | 1001010 | 0 | 1 | 11100001 | 1100100 | 110001 |
Color Harmonies of #0041FC
Complementary color
Monochromatic Colors of #0041FC
Black with #0041FC
Text Example
Text Example
White with #0041FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0041FC; }
p { color: rgb(0,65,252); }
H1.HeaderClassName
{
color: #0041FC;
}
.AnyTagClassName
{
color: #0041FC;
}
</style>
background-color css
<style>
a { background-color: #0041FC; }
a { background-color: rgb(0,65,252); }
div.DivClassName
{
background-color: #0041FC;
}
.BgClassName
{
background-color: #0041FC;
}
</style>
border-color css
<style>
span { border-color: #0041FC; }
span { border-color: rgb(0,65,252); }
td.TdClassName
{
border-color: #0041FC;
}
.TagClassName
{
border-color: #0041FC;
}
</style>