Shades of Navy Blue #0454F2
Tints of Navy Blue #0454F2
RGB
CMYK
RGB Variations
Color information
#0454F2 (or 0x0454F2) is known color: Navy Blue. HEX triplet: 04, 54 and F2. RGB value is (4,84,242). Sum of RGB (Red+Green+Blue) = 4+84+242=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 242 (94.92% from 255 or 73.33% from 330); Max value from RGB is 242 - color contains mainly: blue. Hex color #0454F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0454F2 is #FBAB0D. Grayscale: #4D4D4D. Windows color (decimal): -16493326 or 15881220. OLE color: 15881220.
HSL color Cylindrical-coordinate representation of color #0454F2: hue angle of 219.83º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0454F2 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 84 | 242 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.05 |
| HSL | 219.83º | 0.97% | 0.48% | - |
| HSV(B) | 219.83º | 0.98% | 0.95% | - |
| XYZ | 19.25 | 12.78 | 85.46 | - |
| YUV | 78.09 | 220.5 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 84 | 242 | 0.98 | 0.65 | 0 | 0.05 | 219.83 | 0.97 | 0.48 |
| Hex | 4 | 54 | F2 | 62 | 41 | 0 | 5 | DC | 61 | 30 |
| Octal | 4 | 124 | 362 | 142 | 101 | 0 | 5 | 334 | 141 | 60 |
| Binary | 100 | 1010100 | 11110010 | 1100010 | 1000001 | 0 | 101 | 11011100 | 1100001 | 110000 |
Color Harmonies of #0454F2
Complementary color
Monochromatic Colors of #0454F2
Black with #0454F2
Text Example
Text Example
White with #0454F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0454F2; }
p { color: rgb(4,84,242); }
H1.HeaderClassName
{
color: #0454F2;
}
.AnyTagClassName
{
color: #0454F2;
}
</style>
background-color css
<style>
a { background-color: #0454F2; }
a { background-color: rgb(4,84,242); }
div.DivClassName
{
background-color: #0454F2;
}
.BgClassName
{
background-color: #0454F2;
}
</style>
border-color css
<style>
span { border-color: #0454F2; }
span { border-color: rgb(4,84,242); }
td.TdClassName
{
border-color: #0454F2;
}
.TagClassName
{
border-color: #0454F2;
}
</style>