Shades of Navy Blue #014BDC
Tints of Navy Blue #014BDC
RGB
CMYK
RGB Variations
Color information
#014BDC (or 0x014BDC) is known color: Navy Blue. HEX triplet: 01, 4B and DC. RGB value is (1,75,220). Sum of RGB (Red+Green+Blue) = 1+75+220=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 220 (86.33% from 255 or 74.32% from 296); Max value from RGB is 220 - color contains mainly: blue. Hex color #014BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014BDC is #FEB423. Grayscale: #444444. Windows color (decimal): -16692260 or 14437121. OLE color: 14437121.
HSL color Cylindrical-coordinate representation of color #014BDC: hue angle of 219.73º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014BDC is Cyan = 1.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 75 | 220 | - |
| CMYK | 1.00 | 0.66 | 0 | 0.14 |
| HSL | 219.73º | 0.99% | 0.43% | - |
| HSV(B) | 219.73º | 1% | 0.86% | - |
| XYZ | 15.45 | 10.21 | 68.87 | - |
| YUV | 69.4 | 212.98 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 220 | 1.00 | 0.66 | 0 | 0.14 | 219.73 | 0.99 | 0.43 |
| Hex | 1 | 4B | DC | 64 | 42 | 0 | E | DC | 63 | 2B |
| Octal | 1 | 113 | 334 | 144 | 102 | 0 | 16 | 334 | 143 | 53 |
| Binary | 1 | 1001011 | 11011100 | 1100100 | 1000010 | 0 | 1110 | 11011100 | 1100011 | 101011 |
Color Harmonies of #014BDC
Complementary color
Monochromatic Colors of #014BDC
Black with #014BDC
Text Example
Text Example
White with #014BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014BDC; }
p { color: rgb(1,75,220); }
H1.HeaderClassName
{
color: #014BDC;
}
.AnyTagClassName
{
color: #014BDC;
}
</style>
background-color css
<style>
a { background-color: #014BDC; }
a { background-color: rgb(1,75,220); }
div.DivClassName
{
background-color: #014BDC;
}
.BgClassName
{
background-color: #014BDC;
}
</style>
border-color css
<style>
span { border-color: #014BDC; }
span { border-color: rgb(1,75,220); }
td.TdClassName
{
border-color: #014BDC;
}
.TagClassName
{
border-color: #014BDC;
}
</style>