Shades of Navy Blue #0146FD
Tints of Navy Blue #0146FD
RGB
CMYK
RGB Variations
Color information
#0146FD (or 0x0146FD) is known color: Navy Blue. HEX triplet: 01, 46 and FD. RGB value is (1,70,253). Sum of RGB (Red+Green+Blue) = 1+70+253=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 253 (99.22% from 255 or 78.09% from 324); Max value from RGB is 253 - color contains mainly: blue. Hex color #0146FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0146FD is #FEB902. Grayscale: #454545. Windows color (decimal): -16693507 or 16598529. OLE color: 16598529.
HSL color Cylindrical-coordinate representation of color #0146FD: hue angle of 223.57º 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 #0146FD is Cyan = 1.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 70 | 253 | - |
| CMYK | 1.00 | 0.72 | 0 | 0.01 |
| HSL | 223.57º | 0.99% | 0.5% | - |
| HSV(B) | 223.57º | 1% | 0.99% | - |
| XYZ | 19.93 | 11.48 | 94.09 | - |
| YUV | 70.23 | 231.14 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 253 | 1.00 | 0.72 | 0 | 0.01 | 223.57 | 0.99 | 0.5 |
| Hex | 1 | 46 | FD | 64 | 48 | 0 | 1 | E0 | 63 | 32 |
| Octal | 1 | 106 | 375 | 144 | 110 | 0 | 1 | 340 | 143 | 62 |
| Binary | 1 | 1000110 | 11111101 | 1100100 | 1001000 | 0 | 1 | 11100000 | 1100011 | 110010 |
Color Harmonies of #0146FD
Complementary color
Monochromatic Colors of #0146FD
Black with #0146FD
Text Example
Text Example
White with #0146FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0146FD; }
p { color: rgb(1,70,253); }
H1.HeaderClassName
{
color: #0146FD;
}
.AnyTagClassName
{
color: #0146FD;
}
</style>
background-color css
<style>
a { background-color: #0146FD; }
a { background-color: rgb(1,70,253); }
div.DivClassName
{
background-color: #0146FD;
}
.BgClassName
{
background-color: #0146FD;
}
</style>
border-color css
<style>
span { border-color: #0146FD; }
span { border-color: rgb(1,70,253); }
td.TdClassName
{
border-color: #0146FD;
}
.TagClassName
{
border-color: #0146FD;
}
</style>