Shades of Navy Blue #014FCB
Tints of Navy Blue #014FCB
RGB
CMYK
RGB Variations
Color information
#014FCB (or 0x014FCB) is known color: Navy Blue. HEX triplet: 01, 4F and CB. RGB value is (1,79,203). Sum of RGB (Red+Green+Blue) = 1+79+203=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #014FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014FCB is #FEB034. Grayscale: #454545. Windows color (decimal): -16691253 or 13324033. OLE color: 13324033.
HSL color Cylindrical-coordinate representation of color #014FCB: hue angle of 216.83º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014FCB is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 79 | 203 | - |
| CMYK | 1.00 | 0.61 | 0 | 0.20 |
| HSL | 216.83º | 0.99% | 0.4% | - |
| HSV(B) | 216.83º | 1% | 0.8% | - |
| XYZ | 13.59 | 9.91 | 57.7 | - |
| YUV | 69.81 | 203.16 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 79 | 203 | 1.00 | 0.61 | 0 | 0.20 | 216.83 | 0.99 | 0.4 |
| Hex | 1 | 4F | CB | 64 | 3D | 0 | 14 | D9 | 63 | 28 |
| Octal | 1 | 117 | 313 | 144 | 75 | 0 | 24 | 331 | 143 | 50 |
| Binary | 1 | 1001111 | 11001011 | 1100100 | 111101 | 0 | 10100 | 11011001 | 1100011 | 101000 |
Color Harmonies of #014FCB
Complementary color
Monochromatic Colors of #014FCB
Black with #014FCB
Text Example
Text Example
White with #014FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014FCB; }
p { color: rgb(1,79,203); }
H1.HeaderClassName
{
color: #014FCB;
}
.AnyTagClassName
{
color: #014FCB;
}
</style>
background-color css
<style>
a { background-color: #014FCB; }
a { background-color: rgb(1,79,203); }
div.DivClassName
{
background-color: #014FCB;
}
.BgClassName
{
background-color: #014FCB;
}
</style>
border-color css
<style>
span { border-color: #014FCB; }
span { border-color: rgb(1,79,203); }
td.TdClassName
{
border-color: #014FCB;
}
.TagClassName
{
border-color: #014FCB;
}
</style>