Shades of Navy Blue #014BFA
Tints of Navy Blue #014BFA
RGB
CMYK
RGB Variations
Color information
#014BFA (or 0x014BFA) is known color: Navy Blue. HEX triplet: 01, 4B and FA. RGB value is (1,75,250). Sum of RGB (Red+Green+Blue) = 1+75+250=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 250 (98.05% from 255 or 76.69% from 326); Max value from RGB is 250 - color contains mainly: blue. Hex color #014BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014BFA is #FEB405. Grayscale: #484848. Windows color (decimal): -16692230 or 16403201. OLE color: 16403201.
HSL color Cylindrical-coordinate representation of color #014BFA: hue angle of 222.17º 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 #014BFA is Cyan = 1.00, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 75 | 250 | - |
| CMYK | 1.00 | 0.7 | 0 | 0.02 |
| HSL | 222.17º | 0.99% | 0.49% | - |
| HSV(B) | 222.17º | 1% | 0.98% | - |
| XYZ | 19.78 | 11.94 | 91.7 | - |
| YUV | 72.82 | 227.98 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 250 | 1.00 | 0.7 | 0 | 0.02 | 222.17 | 0.99 | 0.49 |
| Hex | 1 | 4B | FA | 64 | 46 | 0 | 2 | DE | 63 | 31 |
| Octal | 1 | 113 | 372 | 144 | 106 | 0 | 2 | 336 | 143 | 61 |
| Binary | 1 | 1001011 | 11111010 | 1100100 | 1000110 | 0 | 10 | 11011110 | 1100011 | 110001 |
Color Harmonies of #014BFA
Complementary color
Monochromatic Colors of #014BFA
Black with #014BFA
Text Example
Text Example
White with #014BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014BFA; }
p { color: rgb(1,75,250); }
H1.HeaderClassName
{
color: #014BFA;
}
.AnyTagClassName
{
color: #014BFA;
}
</style>
background-color css
<style>
a { background-color: #014BFA; }
a { background-color: rgb(1,75,250); }
div.DivClassName
{
background-color: #014BFA;
}
.BgClassName
{
background-color: #014BFA;
}
</style>
border-color css
<style>
span { border-color: #014BFA; }
span { border-color: rgb(1,75,250); }
td.TdClassName
{
border-color: #014BFA;
}
.TagClassName
{
border-color: #014BFA;
}
</style>