Shades of Navy Blue #004ACB
Tints of Navy Blue #004ACB
RGB
CMYK
RGB Variations
Color information
#004ACB (or 0x004ACB) is known color: Navy Blue. HEX triplet: 00, 4A and CB. RGB value is (0,74,203). Sum of RGB (Red+Green+Blue) = 0+74+203=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 203 (79.69% from 255 or 73.29% from 277); Max value from RGB is 203 - color contains mainly: blue. Hex color #004ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004ACB is #FFB534. Grayscale: #414141. Windows color (decimal): -16758069 or 13322752. OLE color: 13322752.
HSL color Cylindrical-coordinate representation of color #004ACB: hue angle of 218.13º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004ACB is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 74 | 203 | - |
| CMYK | 1 | 0.64 | 0 | 0.20 |
| HSL | 218.13º | 1% | 0.4% | - |
| HSV(B) | 218.13º | 1% | 0.8% | - |
| XYZ | 13.23 | 9.21 | 57.58 | - |
| YUV | 66.58 | 204.98 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 203 | 1 | 0.64 | 0 | 0.20 | 218.13 | 1 | 0.4 |
| Hex | 0 | 4A | CB | 64 | 40 | 0 | 14 | DA | 64 | 28 |
| Octal | 0 | 112 | 313 | 144 | 100 | 0 | 24 | 332 | 144 | 50 |
| Binary | 0 | 1001010 | 11001011 | 1100100 | 1000000 | 0 | 10100 | 11011010 | 1100100 | 101000 |
Color Harmonies of #004ACB
Complementary color
Monochromatic Colors of #004ACB
Black with #004ACB
Text Example
Text Example
White with #004ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004ACB; }
p { color: rgb(0,74,203); }
H1.HeaderClassName
{
color: #004ACB;
}
.AnyTagClassName
{
color: #004ACB;
}
</style>
background-color css
<style>
a { background-color: #004ACB; }
a { background-color: rgb(0,74,203); }
div.DivClassName
{
background-color: #004ACB;
}
.BgClassName
{
background-color: #004ACB;
}
</style>
border-color css
<style>
span { border-color: #004ACB; }
span { border-color: rgb(0,74,203); }
td.TdClassName
{
border-color: #004ACB;
}
.TagClassName
{
border-color: #004ACB;
}
</style>