Shades of Navy Blue #014BCD
Tints of Navy Blue #014BCD
RGB
CMYK
RGB Variations
Color information
#014BCD (or 0x014BCD) is known color: Navy Blue. HEX triplet: 01, 4B and CD. RGB value is (1,75,205). Sum of RGB (Red+Green+Blue) = 1+75+205=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 205 (80.47% from 255 or 72.95% from 281); Max value from RGB is 205 - color contains mainly: blue. Hex color #014BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014BCD is #FEB432. Grayscale: #434343. Windows color (decimal): -16692275 or 13454081. OLE color: 13454081.
HSL color Cylindrical-coordinate representation of color #014BCD: hue angle of 218.24º 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 #014BCD is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 75 | 205 | - |
| CMYK | 1.00 | 0.63 | 0 | 0.20 |
| HSL | 218.24º | 0.99% | 0.4% | - |
| HSV(B) | 218.24º | 1% | 0.8% | - |
| XYZ | 13.55 | 9.45 | 58.87 | - |
| YUV | 67.69 | 205.48 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 75 | 205 | 1.00 | 0.63 | 0 | 0.20 | 218.24 | 0.99 | 0.4 |
| Hex | 1 | 4B | CD | 64 | 3F | 0 | 14 | DA | 63 | 28 |
| Octal | 1 | 113 | 315 | 144 | 77 | 0 | 24 | 332 | 143 | 50 |
| Binary | 1 | 1001011 | 11001101 | 1100100 | 111111 | 0 | 10100 | 11011010 | 1100011 | 101000 |
Color Harmonies of #014BCD
Complementary color
Monochromatic Colors of #014BCD
Black with #014BCD
Text Example
Text Example
White with #014BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014BCD; }
p { color: rgb(1,75,205); }
H1.HeaderClassName
{
color: #014BCD;
}
.AnyTagClassName
{
color: #014BCD;
}
</style>
background-color css
<style>
a { background-color: #014BCD; }
a { background-color: rgb(1,75,205); }
div.DivClassName
{
background-color: #014BCD;
}
.BgClassName
{
background-color: #014BCD;
}
</style>
border-color css
<style>
span { border-color: #014BCD; }
span { border-color: rgb(1,75,205); }
td.TdClassName
{
border-color: #014BCD;
}
.TagClassName
{
border-color: #014BCD;
}
</style>