Shades of Navy Blue #0A58DA
Tints of Navy Blue #0A58DA
RGB
CMYK
RGB Variations
Color information
#0A58DA (or 0x0A58DA) is known color: Navy Blue. HEX triplet: 0A, 58 and DA. RGB value is (10,88,218). Sum of RGB (Red+Green+Blue) = 10+88+218=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #0A58DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A58DA is #F5A725. Grayscale: #4E4E4E. Windows color (decimal): -16099110 or 14309386. OLE color: 14309386.
HSL color Cylindrical-coordinate representation of color #0A58DA: hue angle of 217.5º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A58DA is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 88 | 218 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.15 |
| HSL | 217.5º | 0.91% | 0.45% | - |
| HSV(B) | 217.5º | 0.95% | 0.85% | - |
| XYZ | 16.27 | 12.11 | 67.81 | - |
| YUV | 79.5 | 206.16 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 218 | 0.95 | 0.60 | 0 | 0.15 | 217.5 | 0.91 | 0.45 |
| Hex | A | 58 | DA | 5F | 3C | 0 | F | DA | 5B | 2D |
| Octal | 12 | 130 | 332 | 137 | 74 | 0 | 17 | 332 | 133 | 55 |
| Binary | 1010 | 1011000 | 11011010 | 1011111 | 111100 | 0 | 1111 | 11011010 | 1011011 | 101101 |
Color Harmonies of #0A58DA
Complementary color
Monochromatic Colors of #0A58DA
Black with #0A58DA
Text Example
Text Example
White with #0A58DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A58DA; }
p { color: rgb(10,88,218); }
H1.HeaderClassName
{
color: #0A58DA;
}
.AnyTagClassName
{
color: #0A58DA;
}
</style>
background-color css
<style>
a { background-color: #0A58DA; }
a { background-color: rgb(10,88,218); }
div.DivClassName
{
background-color: #0A58DA;
}
.BgClassName
{
background-color: #0A58DA;
}
</style>
border-color css
<style>
span { border-color: #0A58DA; }
span { border-color: rgb(10,88,218); }
td.TdClassName
{
border-color: #0A58DA;
}
.TagClassName
{
border-color: #0A58DA;
}
</style>