Shades of Navy Blue #004BFC
Tints of Navy Blue #004BFC
RGB
CMYK
RGB Variations
Color information
#004BFC (or 0x004BFC) is known color: Navy Blue. HEX triplet: 00, 4B and FC. RGB value is (0,75,252). Sum of RGB (Red+Green+Blue) = 0+75+252=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 252 (98.83% from 255 or 77.06% from 327); Max value from RGB is 252 - color contains mainly: blue. Hex color #004BFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #004BFC is #FFB403. Grayscale: #474747. Windows color (decimal): -16757764 or 16534272. OLE color: 16534272.
HSL color Cylindrical-coordinate representation of color #004BFC: hue angle of 222.14º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004BFC is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 75 | 252 | - |
| CMYK | 1 | 0.70 | 0 | 0.01 |
| HSL | 222.14º | 1% | 0.49% | - |
| HSV(B) | 222.14º | 1% | 0.99% | - |
| XYZ | 20.09 | 12.06 | 93.36 | - |
| YUV | 72.75 | 229.15 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 75 | 252 | 1 | 0.70 | 0 | 0.01 | 222.14 | 1 | 0.49 |
| Hex | 0 | 4B | FC | 64 | 46 | 0 | 1 | DE | 64 | 31 |
| Octal | 0 | 113 | 374 | 144 | 106 | 0 | 1 | 336 | 144 | 61 |
| Binary | 0 | 1001011 | 11111100 | 1100100 | 1000110 | 0 | 1 | 11011110 | 1100100 | 110001 |
Color Harmonies of #004BFC
Complementary color
Monochromatic Colors of #004BFC
Black with #004BFC
Text Example
Text Example
White with #004BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004BFC; }
p { color: rgb(0,75,252); }
H1.HeaderClassName
{
color: #004BFC;
}
.AnyTagClassName
{
color: #004BFC;
}
</style>
background-color css
<style>
a { background-color: #004BFC; }
a { background-color: rgb(0,75,252); }
div.DivClassName
{
background-color: #004BFC;
}
.BgClassName
{
background-color: #004BFC;
}
</style>
border-color css
<style>
span { border-color: #004BFC; }
span { border-color: rgb(0,75,252); }
td.TdClassName
{
border-color: #004BFC;
}
.TagClassName
{
border-color: #004BFC;
}
</style>