Shades of Navy Blue #014CCC
Tints of Navy Blue #014CCC
RGB
CMYK
RGB Variations
Color information
#014CCC (or 0x014CCC) is known color: Navy Blue. HEX triplet: 01, 4C and CC. RGB value is (1,76,204). Sum of RGB (Red+Green+Blue) = 1+76+204=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #014CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014CCC is #FEB333. Grayscale: #434343. Windows color (decimal): -16692020 or 13388801. OLE color: 13388801.
HSL color Cylindrical-coordinate representation of color #014CCC: hue angle of 217.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 #014CCC is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 76 | 204 | - |
| CMYK | 1.00 | 0.63 | 0 | 0.2 |
| HSL | 217.83º | 0.99% | 0.4% | - |
| HSV(B) | 217.83º | 1% | 0.8% | - |
| XYZ | 13.5 | 9.53 | 58.26 | - |
| YUV | 68.17 | 204.65 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 204 | 1.00 | 0.63 | 0 | 0.2 | 217.83 | 0.99 | 0.4 |
| Hex | 1 | 4C | CC | 64 | 3F | 0 | 14 | DA | 63 | 28 |
| Octal | 1 | 114 | 314 | 144 | 77 | 0 | 24 | 332 | 143 | 50 |
| Binary | 1 | 1001100 | 11001100 | 1100100 | 111111 | 0 | 10100 | 11011010 | 1100011 | 101000 |
Color Harmonies of #014CCC
Complementary color
Monochromatic Colors of #014CCC
Black with #014CCC
Text Example
Text Example
White with #014CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014CCC; }
p { color: rgb(1,76,204); }
H1.HeaderClassName
{
color: #014CCC;
}
.AnyTagClassName
{
color: #014CCC;
}
</style>
background-color css
<style>
a { background-color: #014CCC; }
a { background-color: rgb(1,76,204); }
div.DivClassName
{
background-color: #014CCC;
}
.BgClassName
{
background-color: #014CCC;
}
</style>
border-color css
<style>
span { border-color: #014CCC; }
span { border-color: rgb(1,76,204); }
td.TdClassName
{
border-color: #014CCC;
}
.TagClassName
{
border-color: #014CCC;
}
</style>