Shades of Navy Blue #014BDA
Tints of Navy Blue #014BDA
RGB
CMYK
RGB Variations
Color information
#014BDA (or 0x014BDA) is known color: Navy Blue. HEX triplet: 01, 4B and DA. RGB value is (1,75,218). Sum of RGB (Red+Green+Blue) = 1+75+218=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 218 (85.55% from 255 or 74.15% from 294); Max value from RGB is 218 - color contains mainly: blue. Hex color #014BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014BDA is #FEB425. Grayscale: #444444. Windows color (decimal): -16692262 or 14306049. OLE color: 14306049.
HSL color Cylindrical-coordinate representation of color #014BDA: hue angle of 219.54º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014BDA is Cyan = 1.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 75 | 218 | - |
| CMYK | 1.00 | 0.66 | 0 | 0.15 |
| HSL | 219.54º | 0.99% | 0.43% | - |
| HSV(B) | 219.54º | 1% | 0.85% | - |
| XYZ | 15.18 | 10.1 | 67.48 | - |
| YUV | 69.18 | 211.98 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 218 | 1.00 | 0.66 | 0 | 0.15 | 219.54 | 0.99 | 0.43 |
| Hex | 1 | 4B | DA | 64 | 42 | 0 | F | DC | 63 | 2B |
| Octal | 1 | 113 | 332 | 144 | 102 | 0 | 17 | 334 | 143 | 53 |
| Binary | 1 | 1001011 | 11011010 | 1100100 | 1000010 | 0 | 1111 | 11011100 | 1100011 | 101011 |
Color Harmonies of #014BDA
Complementary color
Monochromatic Colors of #014BDA
Black with #014BDA
Text Example
Text Example
White with #014BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014BDA; }
p { color: rgb(1,75,218); }
H1.HeaderClassName
{
color: #014BDA;
}
.AnyTagClassName
{
color: #014BDA;
}
</style>
background-color css
<style>
a { background-color: #014BDA; }
a { background-color: rgb(1,75,218); }
div.DivClassName
{
background-color: #014BDA;
}
.BgClassName
{
background-color: #014BDA;
}
</style>
border-color css
<style>
span { border-color: #014BDA; }
span { border-color: rgb(1,75,218); }
td.TdClassName
{
border-color: #014BDA;
}
.TagClassName
{
border-color: #014BDA;
}
</style>