Shades of Navy Blue #004AFE
Tints of Navy Blue #004AFE
RGB
CMYK
RGB Variations
Color information
#004AFE (or 0x004AFE) is known color: Navy Blue. HEX triplet: 00, 4A and FE. RGB value is (0,74,254). Sum of RGB (Red+Green+Blue) = 0+74+254=328 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 254 (99.61% from 255 or 77.44% from 328); Max value from RGB is 254 - color contains mainly: blue. Hex color #004AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #004AFE is #FFB501. Grayscale: #474747. Windows color (decimal): -16758018 or 16665088. OLE color: 16665088.
HSL color Cylindrical-coordinate representation of color #004AFE: hue angle of 222.52º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004AFE is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 74 | 254 | - |
| CMYK | 1 | 0.71 | 0 | 0.00 |
| HSL | 222.52º | 1% | 0.5% | - |
| HSV(B) | 222.52º | 1% | 1% | - |
| XYZ | 20.34 | 12.05 | 95.02 | - |
| YUV | 72.39 | 230.48 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 254 | 1 | 0.71 | 0 | 0.00 | 222.52 | 1 | 0.5 |
| Hex | 0 | 4A | FE | 64 | 47 | 0 | 0 | DF | 64 | 32 |
| Octal | 0 | 112 | 376 | 144 | 107 | 0 | 0 | 337 | 144 | 62 |
| Binary | 0 | 1001010 | 11111110 | 1100100 | 1000111 | 0 | 0 | 11011111 | 1100100 | 110010 |
Color Harmonies of #004AFE
Complementary color
Monochromatic Colors of #004AFE
Black with #004AFE
Text Example
Text Example
White with #004AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004AFE; }
p { color: rgb(0,74,254); }
H1.HeaderClassName
{
color: #004AFE;
}
.AnyTagClassName
{
color: #004AFE;
}
</style>
background-color css
<style>
a { background-color: #004AFE; }
a { background-color: rgb(0,74,254); }
div.DivClassName
{
background-color: #004AFE;
}
.BgClassName
{
background-color: #004AFE;
}
</style>
border-color css
<style>
span { border-color: #004AFE; }
span { border-color: rgb(0,74,254); }
td.TdClassName
{
border-color: #004AFE;
}
.TagClassName
{
border-color: #004AFE;
}
</style>