Shades of Navy Blue #014CCA
Tints of Navy Blue #014CCA
RGB
CMYK
RGB Variations
Color information
#014CCA (or 0x014CCA) is known color: Navy Blue. HEX triplet: 01, 4C and CA. RGB value is (1,76,202). Sum of RGB (Red+Green+Blue) = 1+76+202=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 202 (79.30% from 255 or 72.40% from 279); Max value from RGB is 202 - color contains mainly: blue. Hex color #014CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014CCA is #FEB335. Grayscale: #434343. Windows color (decimal): -16692022 or 13257729. OLE color: 13257729.
HSL color Cylindrical-coordinate representation of color #014CCA: hue angle of 217.61º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014CCA is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 76 | 202 | - |
| CMYK | 1.00 | 0.62 | 0 | 0.21 |
| HSL | 217.61º | 0.99% | 0.4% | - |
| HSV(B) | 217.61º | 1% | 0.79% | - |
| XYZ | 13.26 | 9.44 | 57 | - |
| YUV | 67.94 | 203.65 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 202 | 1.00 | 0.62 | 0 | 0.21 | 217.61 | 0.99 | 0.4 |
| Hex | 1 | 4C | CA | 64 | 3E | 0 | 15 | DA | 63 | 28 |
| Octal | 1 | 114 | 312 | 144 | 76 | 0 | 25 | 332 | 143 | 50 |
| Binary | 1 | 1001100 | 11001010 | 1100100 | 111110 | 0 | 10101 | 11011010 | 1100011 | 101000 |
Color Harmonies of #014CCA
Complementary color
Monochromatic Colors of #014CCA
Black with #014CCA
Text Example
Text Example
White with #014CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014CCA; }
p { color: rgb(1,76,202); }
H1.HeaderClassName
{
color: #014CCA;
}
.AnyTagClassName
{
color: #014CCA;
}
</style>
background-color css
<style>
a { background-color: #014CCA; }
a { background-color: rgb(1,76,202); }
div.DivClassName
{
background-color: #014CCA;
}
.BgClassName
{
background-color: #014CCA;
}
</style>
border-color css
<style>
span { border-color: #014CCA; }
span { border-color: rgb(1,76,202); }
td.TdClassName
{
border-color: #014CCA;
}
.TagClassName
{
border-color: #014CCA;
}
</style>