Shades of Navy Blue #0141FD
Tints of Navy Blue #0141FD
RGB
CMYK
RGB Variations
Color information
#0141FD (or 0x0141FD) is known color: Navy Blue. HEX triplet: 01, 41 and FD. RGB value is (1,65,253). Sum of RGB (Red+Green+Blue) = 1+65+253=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 253 (99.22% from 255 or 79.31% from 319); Max value from RGB is 253 - color contains mainly: blue. Hex color #0141FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0141FD is #FEBE02. Grayscale: #424242. Windows color (decimal): -16694787 or 16597249. OLE color: 16597249.
HSL color Cylindrical-coordinate representation of color #0141FD: hue angle of 224.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0141FD is Cyan = 1.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 65 | 253 | - |
| CMYK | 1.00 | 0.74 | 0 | 0.01 |
| HSL | 224.76º | 0.99% | 0.5% | - |
| HSV(B) | 224.76º | 1% | 0.99% | - |
| XYZ | 19.63 | 10.88 | 93.99 | - |
| YUV | 67.3 | 232.8 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 253 | 1.00 | 0.74 | 0 | 0.01 | 224.76 | 0.99 | 0.5 |
| Hex | 1 | 41 | FD | 64 | 4A | 0 | 1 | E1 | 63 | 32 |
| Octal | 1 | 101 | 375 | 144 | 112 | 0 | 1 | 341 | 143 | 62 |
| Binary | 1 | 1000001 | 11111101 | 1100100 | 1001010 | 0 | 1 | 11100001 | 1100011 | 110010 |
Color Harmonies of #0141FD
Complementary color
Monochromatic Colors of #0141FD
Black with #0141FD
Text Example
Text Example
White with #0141FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0141FD; }
p { color: rgb(1,65,253); }
H1.HeaderClassName
{
color: #0141FD;
}
.AnyTagClassName
{
color: #0141FD;
}
</style>
background-color css
<style>
a { background-color: #0141FD; }
a { background-color: rgb(1,65,253); }
div.DivClassName
{
background-color: #0141FD;
}
.BgClassName
{
background-color: #0141FD;
}
</style>
border-color css
<style>
span { border-color: #0141FD; }
span { border-color: rgb(1,65,253); }
td.TdClassName
{
border-color: #0141FD;
}
.TagClassName
{
border-color: #0141FD;
}
</style>