Shades of Navy Blue #0A82DA
Tints of Navy Blue #0A82DA
RGB
CMYK
RGB Variations
Color information
#0A82DA (or 0x0A82DA) is known color: Navy Blue. HEX triplet: 0A, 82 and DA. RGB value is (10,130,218). Sum of RGB (Red+Green+Blue) = 10+130+218=358 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #0A82DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A82DA is #F57D25. Grayscale: #676767. Windows color (decimal): -16088358 or 14320138. OLE color: 14320138.
HSL color Cylindrical-coordinate representation of color #0A82DA: hue angle of 205.38º 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 #0A82DA is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 130 | 218 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.15 |
| HSL | 205.38º | 0.91% | 0.45% | - |
| HSV(B) | 205.38º | 0.95% | 0.85% | - |
| XYZ | 20.76 | 21.09 | 69.31 | - |
| YUV | 104.15 | 192.24 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 130 | 218 | 0.95 | 0.40 | 0 | 0.15 | 205.38 | 0.91 | 0.45 |
| Hex | A | 82 | DA | 5F | 28 | 0 | F | CD | 5B | 2D |
| Octal | 12 | 202 | 332 | 137 | 50 | 0 | 17 | 315 | 133 | 55 |
| Binary | 1010 | 10000010 | 11011010 | 1011111 | 101000 | 0 | 1111 | 11001101 | 1011011 | 101101 |
Color Harmonies of #0A82DA
Complementary color
Monochromatic Colors of #0A82DA
Black with #0A82DA
Text Example
Text Example
White with #0A82DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A82DA; }
p { color: rgb(10,130,218); }
H1.HeaderClassName
{
color: #0A82DA;
}
.AnyTagClassName
{
color: #0A82DA;
}
</style>
background-color css
<style>
a { background-color: #0A82DA; }
a { background-color: rgb(10,130,218); }
div.DivClassName
{
background-color: #0A82DA;
}
.BgClassName
{
background-color: #0A82DA;
}
</style>
border-color css
<style>
span { border-color: #0A82DA; }
span { border-color: rgb(10,130,218); }
td.TdClassName
{
border-color: #0A82DA;
}
.TagClassName
{
border-color: #0A82DA;
}
</style>