Shades of Navy Blue #0454FC
Tints of Navy Blue #0454FC
RGB
CMYK
RGB Variations
Color information
#0454FC (or 0x0454FC) is known color: Navy Blue. HEX triplet: 04, 54 and FC. RGB value is (4,84,252). Sum of RGB (Red+Green+Blue) = 4+84+252=340 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 252 (98.83% from 255 or 74.12% from 340); Max value from RGB is 252 - color contains mainly: blue. Hex color #0454FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0454FC is #FBAB03. Grayscale: #4E4E4E. Windows color (decimal): -16493316 or 16536580. OLE color: 16536580.
HSL color Cylindrical-coordinate representation of color #0454FC: hue angle of 220.65º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0454FC is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 84 | 252 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.01 |
| HSL | 220.65º | 0.98% | 0.5% | - |
| HSV(B) | 220.65º | 0.98% | 0.99% | - |
| XYZ | 20.79 | 13.39 | 93.59 | - |
| YUV | 79.23 | 225.5 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 84 | 252 | 0.98 | 0.67 | 0 | 0.01 | 220.65 | 0.98 | 0.5 |
| Hex | 4 | 54 | FC | 62 | 43 | 0 | 1 | DD | 62 | 32 |
| Octal | 4 | 124 | 374 | 142 | 103 | 0 | 1 | 335 | 142 | 62 |
| Binary | 100 | 1010100 | 11111100 | 1100010 | 1000011 | 0 | 1 | 11011101 | 1100010 | 110010 |
Color Harmonies of #0454FC
Complementary color
Monochromatic Colors of #0454FC
Black with #0454FC
Text Example
Text Example
White with #0454FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0454FC; }
p { color: rgb(4,84,252); }
H1.HeaderClassName
{
color: #0454FC;
}
.AnyTagClassName
{
color: #0454FC;
}
</style>
background-color css
<style>
a { background-color: #0454FC; }
a { background-color: rgb(4,84,252); }
div.DivClassName
{
background-color: #0454FC;
}
.BgClassName
{
background-color: #0454FC;
}
</style>
border-color css
<style>
span { border-color: #0454FC; }
span { border-color: rgb(4,84,252); }
td.TdClassName
{
border-color: #0454FC;
}
.TagClassName
{
border-color: #0454FC;
}
</style>