Shades of Navy Blue #0A58DF
Tints of Navy Blue #0A58DF
RGB
CMYK
RGB Variations
Color information
#0A58DF (or 0x0A58DF) is known color: Navy Blue. HEX triplet: 0A, 58 and DF. RGB value is (10,88,223). Sum of RGB (Red+Green+Blue) = 10+88+223=321 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A58DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A58DF is #F5A720. Grayscale: #4F4F4F. Windows color (decimal): -16099105 or 14637066. OLE color: 14637066.
HSL color Cylindrical-coordinate representation of color #0A58DF: hue angle of 218.03º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A58DF is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 88 | 223 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.13 |
| HSL | 218.03º | 0.91% | 0.46% | - |
| HSV(B) | 218.03º | 0.96% | 0.87% | - |
| XYZ | 16.93 | 12.37 | 71.31 | - |
| YUV | 80.07 | 208.66 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 223 | 0.96 | 0.61 | 0 | 0.13 | 218.03 | 0.91 | 0.46 |
| Hex | A | 58 | DF | 60 | 3D | 0 | D | DA | 5B | 2E |
| Octal | 12 | 130 | 337 | 140 | 75 | 0 | 15 | 332 | 133 | 56 |
| Binary | 1010 | 1011000 | 11011111 | 1100000 | 111101 | 0 | 1101 | 11011010 | 1011011 | 101110 |
Color Harmonies of #0A58DF
Complementary color
Monochromatic Colors of #0A58DF
Black with #0A58DF
Text Example
Text Example
White with #0A58DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A58DF; }
p { color: rgb(10,88,223); }
H1.HeaderClassName
{
color: #0A58DF;
}
.AnyTagClassName
{
color: #0A58DF;
}
</style>
background-color css
<style>
a { background-color: #0A58DF; }
a { background-color: rgb(10,88,223); }
div.DivClassName
{
background-color: #0A58DF;
}
.BgClassName
{
background-color: #0A58DF;
}
</style>
border-color css
<style>
span { border-color: #0A58DF; }
span { border-color: rgb(10,88,223); }
td.TdClassName
{
border-color: #0A58DF;
}
.TagClassName
{
border-color: #0A58DF;
}
</style>