Shades of Navy Blue #0141FA
Tints of Navy Blue #0141FA
RGB
CMYK
RGB Variations
Color information
#0141FA (or 0x0141FA) is known color: Navy Blue. HEX triplet: 01, 41 and FA. RGB value is (1,65,250). Sum of RGB (Red+Green+Blue) = 1+65+250=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 250 (98.05% from 255 or 79.11% from 316); Max value from RGB is 250 - color contains mainly: blue. Hex color #0141FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0141FA is #FEBE05. Grayscale: #424242. Windows color (decimal): -16694790 or 16400641. OLE color: 16400641.
HSL color Cylindrical-coordinate representation of color #0141FA: hue angle of 224.58º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0141FA is Cyan = 1.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 65 | 250 | - |
| CMYK | 1.00 | 0.74 | 0 | 0.02 |
| HSL | 224.58º | 0.99% | 0.49% | - |
| HSV(B) | 224.58º | 1% | 0.98% | - |
| XYZ | 19.16 | 10.69 | 91.5 | - |
| YUV | 66.95 | 231.3 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 250 | 1.00 | 0.74 | 0 | 0.02 | 224.58 | 0.99 | 0.49 |
| Hex | 1 | 41 | FA | 64 | 4A | 0 | 2 | E1 | 63 | 31 |
| Octal | 1 | 101 | 372 | 144 | 112 | 0 | 2 | 341 | 143 | 61 |
| Binary | 1 | 1000001 | 11111010 | 1100100 | 1001010 | 0 | 10 | 11100001 | 1100011 | 110001 |
Color Harmonies of #0141FA
Complementary color
Monochromatic Colors of #0141FA
Black with #0141FA
Text Example
Text Example
White with #0141FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0141FA; }
p { color: rgb(1,65,250); }
H1.HeaderClassName
{
color: #0141FA;
}
.AnyTagClassName
{
color: #0141FA;
}
</style>
background-color css
<style>
a { background-color: #0141FA; }
a { background-color: rgb(1,65,250); }
div.DivClassName
{
background-color: #0141FA;
}
.BgClassName
{
background-color: #0141FA;
}
</style>
border-color css
<style>
span { border-color: #0141FA; }
span { border-color: rgb(1,65,250); }
td.TdClassName
{
border-color: #0141FA;
}
.TagClassName
{
border-color: #0141FA;
}
</style>