Shades of Navy Blue #0058BE
Tints of Navy Blue #0058BE
RGB
CMYK
RGB Variations
Color information
#0058BE (or 0x0058BE) is known color: Navy Blue. HEX triplet: 00, 58 and BE. RGB value is (0,88,190). Sum of RGB (Red+Green+Blue) = 0+88+190=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #0058BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0058BE is #FFA741. Grayscale: #484848. Windows color (decimal): -16754498 or 12474368. OLE color: 12474368.
HSL color Cylindrical-coordinate representation of color #0058BE: hue angle of 212.21º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0058BE is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 88 | 190 | - |
| CMYK | 1 | 0.54 | 0 | 0.25 |
| HSL | 212.21º | 1% | 0.37% | - |
| HSV(B) | 212.21º | 1% | 0.75% | - |
| XYZ | 12.78 | 10.7 | 50.11 | - |
| YUV | 73.32 | 193.85 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 190 | 1 | 0.54 | 0 | 0.25 | 212.21 | 1 | 0.37 |
| Hex | 0 | 58 | BE | 64 | 36 | 0 | 19 | D4 | 64 | 25 |
| Octal | 0 | 130 | 276 | 144 | 66 | 0 | 31 | 324 | 144 | 45 |
| Binary | 0 | 1011000 | 10111110 | 1100100 | 110110 | 0 | 11001 | 11010100 | 1100100 | 100101 |
Color Harmonies of #0058BE
Complementary color
Monochromatic Colors of #0058BE
Black with #0058BE
Text Example
Text Example
White with #0058BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0058BE; }
p { color: rgb(0,88,190); }
H1.HeaderClassName
{
color: #0058BE;
}
.AnyTagClassName
{
color: #0058BE;
}
</style>
background-color css
<style>
a { background-color: #0058BE; }
a { background-color: rgb(0,88,190); }
div.DivClassName
{
background-color: #0058BE;
}
.BgClassName
{
background-color: #0058BE;
}
</style>
border-color css
<style>
span { border-color: #0058BE; }
span { border-color: rgb(0,88,190); }
td.TdClassName
{
border-color: #0058BE;
}
.TagClassName
{
border-color: #0058BE;
}
</style>