Shades of Navy Blue #0058BF
Tints of Navy Blue #0058BF
RGB
CMYK
RGB Variations
Color information
#0058BF (or 0x0058BF) is known color: Navy Blue. HEX triplet: 00, 58 and BF. RGB value is (0,88,191). Sum of RGB (Red+Green+Blue) = 0+88+191=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #0058BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0058BF is #FFA740. Grayscale: #484848. Windows color (decimal): -16754497 or 12539904. OLE color: 12539904.
HSL color Cylindrical-coordinate representation of color #0058BF: hue angle of 212.36º 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 #0058BF is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 88 | 191 | - |
| CMYK | 1 | 0.54 | 0 | 0.25 |
| HSL | 212.36º | 1% | 0.37% | - |
| HSV(B) | 212.36º | 1% | 0.75% | - |
| XYZ | 12.89 | 10.74 | 50.68 | - |
| YUV | 73.43 | 194.35 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 191 | 1 | 0.54 | 0 | 0.25 | 212.36 | 1 | 0.37 |
| Hex | 0 | 58 | BF | 64 | 36 | 0 | 19 | D4 | 64 | 25 |
| Octal | 0 | 130 | 277 | 144 | 66 | 0 | 31 | 324 | 144 | 45 |
| Binary | 0 | 1011000 | 10111111 | 1100100 | 110110 | 0 | 11001 | 11010100 | 1100100 | 100101 |
Color Harmonies of #0058BF
Complementary color
Monochromatic Colors of #0058BF
Black with #0058BF
Text Example
Text Example
White with #0058BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0058BF; }
p { color: rgb(0,88,191); }
H1.HeaderClassName
{
color: #0058BF;
}
.AnyTagClassName
{
color: #0058BF;
}
</style>
background-color css
<style>
a { background-color: #0058BF; }
a { background-color: rgb(0,88,191); }
div.DivClassName
{
background-color: #0058BF;
}
.BgClassName
{
background-color: #0058BF;
}
</style>
border-color css
<style>
span { border-color: #0058BF; }
span { border-color: rgb(0,88,191); }
td.TdClassName
{
border-color: #0058BF;
}
.TagClassName
{
border-color: #0058BF;
}
</style>