Shades of Navy Blue #0058FA
Tints of Navy Blue #0058FA
RGB
CMYK
RGB Variations
Color information
#0058FA (or 0x0058FA) is known color: Navy Blue. HEX triplet: 00, 58 and FA. RGB value is (0,88,250). Sum of RGB (Red+Green+Blue) = 0+88+250=338 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #0058FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0058FA is #FFA705. Grayscale: #4F4F4F. Windows color (decimal): -16754438 or 16406528. OLE color: 16406528.
HSL color Cylindrical-coordinate representation of color #0058FA: hue angle of 218.88º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0058FA is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 88 | 250 | - |
| CMYK | 1 | 0.65 | 0 | 0.02 |
| HSL | 218.88º | 1% | 0.49% | - |
| HSV(B) | 218.88º | 1% | 0.98% | - |
| XYZ | 20.75 | 13.88 | 92.03 | - |
| YUV | 80.16 | 223.85 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 250 | 1 | 0.65 | 0 | 0.02 | 218.88 | 1 | 0.49 |
| Hex | 0 | 58 | FA | 64 | 41 | 0 | 2 | DB | 64 | 31 |
| Octal | 0 | 130 | 372 | 144 | 101 | 0 | 2 | 333 | 144 | 61 |
| Binary | 0 | 1011000 | 11111010 | 1100100 | 1000001 | 0 | 10 | 11011011 | 1100100 | 110001 |
Color Harmonies of #0058FA
Complementary color
Monochromatic Colors of #0058FA
Black with #0058FA
Text Example
Text Example
White with #0058FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0058FA; }
p { color: rgb(0,88,250); }
H1.HeaderClassName
{
color: #0058FA;
}
.AnyTagClassName
{
color: #0058FA;
}
</style>
background-color css
<style>
a { background-color: #0058FA; }
a { background-color: rgb(0,88,250); }
div.DivClassName
{
background-color: #0058FA;
}
.BgClassName
{
background-color: #0058FA;
}
</style>
border-color css
<style>
span { border-color: #0058FA; }
span { border-color: rgb(0,88,250); }
td.TdClassName
{
border-color: #0058FA;
}
.TagClassName
{
border-color: #0058FA;
}
</style>