Shades of Navy Blue #0058DF
Tints of Navy Blue #0058DF
RGB
CMYK
RGB Variations
Color information
#0058DF (or 0x0058DF) is known color: Navy Blue. HEX triplet: 00, 58 and DF. RGB value is (0,88,223). Sum of RGB (Red+Green+Blue) = 0+88+223=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #0058DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0058DF is #FFA720. Grayscale: #4C4C4C. Windows color (decimal): -16754465 or 14637056. OLE color: 14637056.
HSL color Cylindrical-coordinate representation of color #0058DF: hue angle of 216.32º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0058DF is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 88 | 223 | - |
| CMYK | 1 | 0.61 | 0 | 0.13 |
| HSL | 216.32º | 1% | 0.44% | - |
| HSV(B) | 216.32º | 1% | 0.87% | - |
| XYZ | 16.81 | 12.31 | 71.3 | - |
| YUV | 77.08 | 210.35 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 223 | 1 | 0.61 | 0 | 0.13 | 216.32 | 1 | 0.44 |
| Hex | 0 | 58 | DF | 64 | 3D | 0 | D | D8 | 64 | 2C |
| Octal | 0 | 130 | 337 | 144 | 75 | 0 | 15 | 330 | 144 | 54 |
| Binary | 0 | 1011000 | 11011111 | 1100100 | 111101 | 0 | 1101 | 11011000 | 1100100 | 101100 |
Color Harmonies of #0058DF
Complementary color
Monochromatic Colors of #0058DF
Black with #0058DF
Text Example
Text Example
White with #0058DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0058DF; }
p { color: rgb(0,88,223); }
H1.HeaderClassName
{
color: #0058DF;
}
.AnyTagClassName
{
color: #0058DF;
}
</style>
background-color css
<style>
a { background-color: #0058DF; }
a { background-color: rgb(0,88,223); }
div.DivClassName
{
background-color: #0058DF;
}
.BgClassName
{
background-color: #0058DF;
}
</style>
border-color css
<style>
span { border-color: #0058DF; }
span { border-color: rgb(0,88,223); }
td.TdClassName
{
border-color: #0058DF;
}
.TagClassName
{
border-color: #0058DF;
}
</style>