Shades of Navy Blue #014CD2
Tints of Navy Blue #014CD2
RGB
CMYK
RGB Variations
Color information
#014CD2 (or 0x014CD2) is known color: Navy Blue. HEX triplet: 01, 4C and D2. RGB value is (1,76,210). Sum of RGB (Red+Green+Blue) = 1+76+210=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 210 (82.42% from 255 or 73.17% from 287); Max value from RGB is 210 - color contains mainly: blue. Hex color #014CD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014CD2 is #FEB32D. Grayscale: #444444. Windows color (decimal): -16692014 or 13782017. OLE color: 13782017.
HSL color Cylindrical-coordinate representation of color #014CD2: hue angle of 218.47º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014CD2 is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 76 | 210 | - |
| CMYK | 1.00 | 0.64 | 0 | 0.18 |
| HSL | 218.47º | 0.99% | 0.41% | - |
| HSV(B) | 218.47º | 1% | 0.82% | - |
| XYZ | 14.23 | 9.83 | 62.12 | - |
| YUV | 68.85 | 207.65 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 210 | 1.00 | 0.64 | 0 | 0.18 | 218.47 | 0.99 | 0.41 |
| Hex | 1 | 4C | D2 | 64 | 40 | 0 | 12 | DA | 63 | 29 |
| Octal | 1 | 114 | 322 | 144 | 100 | 0 | 22 | 332 | 143 | 51 |
| Binary | 1 | 1001100 | 11010010 | 1100100 | 1000000 | 0 | 10010 | 11011010 | 1100011 | 101001 |
Color Harmonies of #014CD2
Complementary color
Monochromatic Colors of #014CD2
Black with #014CD2
Text Example
Text Example
White with #014CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014CD2; }
p { color: rgb(1,76,210); }
H1.HeaderClassName
{
color: #014CD2;
}
.AnyTagClassName
{
color: #014CD2;
}
</style>
background-color css
<style>
a { background-color: #014CD2; }
a { background-color: rgb(1,76,210); }
div.DivClassName
{
background-color: #014CD2;
}
.BgClassName
{
background-color: #014CD2;
}
</style>
border-color css
<style>
span { border-color: #014CD2; }
span { border-color: rgb(1,76,210); }
td.TdClassName
{
border-color: #014CD2;
}
.TagClassName
{
border-color: #014CD2;
}
</style>