Shades of Navy Blue #014BF0
Tints of Navy Blue #014BF0
RGB
CMYK
RGB Variations
Color information
#014BF0 (or 0x014BF0) is known color: Navy Blue. HEX triplet: 01, 4B and F0. RGB value is (1,75,240). Sum of RGB (Red+Green+Blue) = 1+75+240=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 240 (94.14% from 255 or 75.95% from 316); Max value from RGB is 240 - color contains mainly: blue. Hex color #014BF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014BF0 is #FEB40F. Grayscale: #464646. Windows color (decimal): -16692240 or 15747841. OLE color: 15747841.
HSL color Cylindrical-coordinate representation of color #014BF0: hue angle of 221.42º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014BF0 is Cyan = 1.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 75 | 240 | - |
| CMYK | 1.00 | 0.69 | 0 | 0.06 |
| HSL | 221.42º | 0.99% | 0.47% | - |
| HSV(B) | 221.42º | 1% | 0.94% | - |
| XYZ | 18.26 | 11.33 | 83.66 | - |
| YUV | 71.68 | 222.98 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 240 | 1.00 | 0.69 | 0 | 0.06 | 221.42 | 0.99 | 0.47 |
| Hex | 1 | 4B | F0 | 64 | 45 | 0 | 6 | DD | 63 | 2F |
| Octal | 1 | 113 | 360 | 144 | 105 | 0 | 6 | 335 | 143 | 57 |
| Binary | 1 | 1001011 | 11110000 | 1100100 | 1000101 | 0 | 110 | 11011101 | 1100011 | 101111 |
Color Harmonies of #014BF0
Complementary color
Monochromatic Colors of #014BF0
Black with #014BF0
Text Example
Text Example
White with #014BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014BF0; }
p { color: rgb(1,75,240); }
H1.HeaderClassName
{
color: #014BF0;
}
.AnyTagClassName
{
color: #014BF0;
}
</style>
background-color css
<style>
a { background-color: #014BF0; }
a { background-color: rgb(1,75,240); }
div.DivClassName
{
background-color: #014BF0;
}
.BgClassName
{
background-color: #014BF0;
}
</style>
border-color css
<style>
span { border-color: #014BF0; }
span { border-color: rgb(1,75,240); }
td.TdClassName
{
border-color: #014BF0;
}
.TagClassName
{
border-color: #014BF0;
}
</style>