Shades of Navy Blue #0054FC
Tints of Navy Blue #0054FC
RGB
CMYK
RGB Variations
Color information
#0054FC (or 0x0054FC) is known color: Navy Blue. HEX triplet: 00, 54 and FC. RGB value is (0,84,252). Sum of RGB (Red+Green+Blue) = 0+84+252=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 252 (98.83% from 255 or 75% from 336); Max value from RGB is 252 - color contains mainly: blue. Hex color #0054FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0054FC is #FFAB03. Grayscale: #4D4D4D. Windows color (decimal): -16755460 or 16536576. OLE color: 16536576.
HSL color Cylindrical-coordinate representation of color #0054FC: hue angle of 220º 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 #0054FC is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 84 | 252 | - |
| CMYK | 1 | 0.67 | 0 | 0.01 |
| HSL | 220º | 1% | 0.49% | - |
| HSV(B) | 220º | 1% | 0.99% | - |
| XYZ | 20.74 | 13.37 | 93.58 | - |
| YUV | 78.04 | 226.17 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 252 | 1 | 0.67 | 0 | 0.01 | 220 | 1 | 0.49 |
| Hex | 0 | 54 | FC | 64 | 43 | 0 | 1 | DC | 64 | 31 |
| Octal | 0 | 124 | 374 | 144 | 103 | 0 | 1 | 334 | 144 | 61 |
| Binary | 0 | 1010100 | 11111100 | 1100100 | 1000011 | 0 | 1 | 11011100 | 1100100 | 110001 |
Color Harmonies of #0054FC
Complementary color
Monochromatic Colors of #0054FC
Black with #0054FC
Text Example
Text Example
White with #0054FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0054FC; }
p { color: rgb(0,84,252); }
H1.HeaderClassName
{
color: #0054FC;
}
.AnyTagClassName
{
color: #0054FC;
}
</style>
background-color css
<style>
a { background-color: #0054FC; }
a { background-color: rgb(0,84,252); }
div.DivClassName
{
background-color: #0054FC;
}
.BgClassName
{
background-color: #0054FC;
}
</style>
border-color css
<style>
span { border-color: #0054FC; }
span { border-color: rgb(0,84,252); }
td.TdClassName
{
border-color: #0054FC;
}
.TagClassName
{
border-color: #0054FC;
}
</style>