Shades of Navy Blue #004CF8
Tints of Navy Blue #004CF8
RGB
CMYK
RGB Variations
Color information
#004CF8 (or 0x004CF8) is known color: Navy Blue. HEX triplet: 00, 4C and F8. RGB value is (0,76,248). Sum of RGB (Red+Green+Blue) = 0+76+248=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 248 (97.27% from 255 or 76.54% from 324); Max value from RGB is 248 - color contains mainly: blue. Hex color #004CF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #004CF8 is #FFB307. Grayscale: #484848. Windows color (decimal): -16757512 or 16272384. OLE color: 16272384.
HSL color Cylindrical-coordinate representation of color #004CF8: hue angle of 221.61º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004CF8 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 76 | 248 | - |
| CMYK | 1 | 0.69 | 0 | 0.03 |
| HSL | 221.61º | 1% | 0.49% | - |
| HSV(B) | 221.61º | 1% | 0.97% | - |
| XYZ | 19.53 | 11.95 | 90.08 | - |
| YUV | 72.88 | 226.82 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 248 | 1 | 0.69 | 0 | 0.03 | 221.61 | 1 | 0.49 |
| Hex | 0 | 4C | F8 | 64 | 45 | 0 | 3 | DE | 64 | 31 |
| Octal | 0 | 114 | 370 | 144 | 105 | 0 | 3 | 336 | 144 | 61 |
| Binary | 0 | 1001100 | 11111000 | 1100100 | 1000101 | 0 | 11 | 11011110 | 1100100 | 110001 |
Color Harmonies of #004CF8
Complementary color
Monochromatic Colors of #004CF8
Black with #004CF8
Text Example
Text Example
White with #004CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CF8; }
p { color: rgb(0,76,248); }
H1.HeaderClassName
{
color: #004CF8;
}
.AnyTagClassName
{
color: #004CF8;
}
</style>
background-color css
<style>
a { background-color: #004CF8; }
a { background-color: rgb(0,76,248); }
div.DivClassName
{
background-color: #004CF8;
}
.BgClassName
{
background-color: #004CF8;
}
</style>
border-color css
<style>
span { border-color: #004CF8; }
span { border-color: rgb(0,76,248); }
td.TdClassName
{
border-color: #004CF8;
}
.TagClassName
{
border-color: #004CF8;
}
</style>