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