Shades of Navy Blue #0058FF
Tints of Navy Blue #0058FF
RGB
CMYK
RGB Variations
Color information
#0058FF (or 0x0058FF) is known color: Navy Blue. HEX triplet: 00, 58 and FF. RGB value is (0,88,255). Sum of RGB (Red+Green+Blue) = 0+88+255=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #0058FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0058FF is #FFA700. Grayscale: #4F4F4F. Windows color (decimal): -16754433 or 16734208. OLE color: 16734208.
HSL color Cylindrical-coordinate representation of color #0058FF: hue angle of 219.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0058FF is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 88 | 255 | - |
| CMYK | 1 | 0.65 | 0 | 0 |
| HSL | 219.29º | 1% | 0.5% | - |
| HSV(B) | 219.29º | 1% | 1% | - |
| XYZ | 21.54 | 14.2 | 96.21 | - |
| YUV | 80.73 | 226.35 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 255 | 1 | 0.65 | 0 | 0 | 219.29 | 1 | 0.5 |
| Hex | 0 | 58 | FF | 64 | 41 | 0 | 0 | DB | 64 | 32 |
| Octal | 0 | 130 | 377 | 144 | 101 | 0 | 0 | 333 | 144 | 62 |
| Binary | 0 | 1011000 | 11111111 | 1100100 | 1000001 | 0 | 0 | 11011011 | 1100100 | 110010 |
Color Harmonies of #0058FF
Complementary color
Monochromatic Colors of #0058FF
Black with #0058FF
Text Example
Text Example
White with #0058FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0058FF; }
p { color: rgb(0,88,255); }
H1.HeaderClassName
{
color: #0058FF;
}
.AnyTagClassName
{
color: #0058FF;
}
</style>
background-color css
<style>
a { background-color: #0058FF; }
a { background-color: rgb(0,88,255); }
div.DivClassName
{
background-color: #0058FF;
}
.BgClassName
{
background-color: #0058FF;
}
</style>
border-color css
<style>
span { border-color: #0058FF; }
span { border-color: rgb(0,88,255); }
td.TdClassName
{
border-color: #0058FF;
}
.TagClassName
{
border-color: #0058FF;
}
</style>