Shades of Navy Blue #0458F1
Tints of Navy Blue #0458F1
RGB
CMYK
RGB Variations
Color information
#0458F1 (or 0x0458F1) is known color: Navy Blue. HEX triplet: 04, 58 and F1. RGB value is (4,88,241). Sum of RGB (Red+Green+Blue) = 4+88+241=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 241 (94.53% from 255 or 72.37% from 333); Max value from RGB is 241 - color contains mainly: blue. Hex color #0458F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0458F1 is #FBA70E. Grayscale: #4F4F4F. Windows color (decimal): -16492303 or 15816708. OLE color: 15816708.
HSL color Cylindrical-coordinate representation of color #0458F1: hue angle of 218.73º 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 #0458F1 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 88 | 241 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.05 |
| HSL | 218.73º | 0.97% | 0.48% | - |
| HSV(B) | 218.73º | 0.98% | 0.95% | - |
| XYZ | 19.42 | 13.36 | 84.77 | - |
| YUV | 80.33 | 218.67 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 88 | 241 | 0.98 | 0.63 | 0 | 0.05 | 218.73 | 0.97 | 0.48 |
| Hex | 4 | 58 | F1 | 62 | 3F | 0 | 5 | DB | 61 | 30 |
| Octal | 4 | 130 | 361 | 142 | 77 | 0 | 5 | 333 | 141 | 60 |
| Binary | 100 | 1011000 | 11110001 | 1100010 | 111111 | 0 | 101 | 11011011 | 1100001 | 110000 |
Color Harmonies of #0458F1
Complementary color
Monochromatic Colors of #0458F1
Black with #0458F1
Text Example
Text Example
White with #0458F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0458F1; }
p { color: rgb(4,88,241); }
H1.HeaderClassName
{
color: #0458F1;
}
.AnyTagClassName
{
color: #0458F1;
}
</style>
background-color css
<style>
a { background-color: #0458F1; }
a { background-color: rgb(4,88,241); }
div.DivClassName
{
background-color: #0458F1;
}
.BgClassName
{
background-color: #0458F1;
}
</style>
border-color css
<style>
span { border-color: #0458F1; }
span { border-color: rgb(4,88,241); }
td.TdClassName
{
border-color: #0458F1;
}
.TagClassName
{
border-color: #0458F1;
}
</style>