Shades of Navy Blue #0A80D0
Tints of Navy Blue #0A80D0
RGB
CMYK
RGB Variations
Color information
#0A80D0 (or 0x0A80D0) is known color: Navy Blue. HEX triplet: 0A, 80 and D0. RGB value is (10,128,208). Sum of RGB (Red+Green+Blue) = 10+128+208=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 208 (81.64% from 255 or 60.12% from 346); Max value from RGB is 208 - color contains mainly: blue. Hex color #0A80D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A80D0 is #F57F2F. Grayscale: #656565. Windows color (decimal): -16088880 or 13664266. OLE color: 13664266.
HSL color Cylindrical-coordinate representation of color #0A80D0: hue angle of 204.24º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A80D0 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 10 | 128 | 208 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.18 |
| HSL | 204.24º | 0.91% | 0.43% | - |
| HSV(B) | 204.24º | 0.95% | 0.82% | - |
| XYZ | 19.23 | 20.06 | 62.53 | - |
| YUV | 101.84 | 187.91 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 128 | 208 | 0.95 | 0.38 | 0 | 0.18 | 204.24 | 0.91 | 0.43 |
| Hex | A | 80 | D0 | 5F | 26 | 0 | 12 | CC | 5B | 2B |
| Octal | 12 | 200 | 320 | 137 | 46 | 0 | 22 | 314 | 133 | 53 |
| Binary | 1010 | 10000000 | 11010000 | 1011111 | 100110 | 0 | 10010 | 11001100 | 1011011 | 101011 |
Color Harmonies of #0A80D0
Complementary color
Monochromatic Colors of #0A80D0
Black with #0A80D0
Text Example
Text Example
White with #0A80D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A80D0; }
p { color: rgb(10,128,208); }
H1.HeaderClassName
{
color: #0A80D0;
}
.AnyTagClassName
{
color: #0A80D0;
}
</style>
background-color css
<style>
a { background-color: #0A80D0; }
a { background-color: rgb(10,128,208); }
div.DivClassName
{
background-color: #0A80D0;
}
.BgClassName
{
background-color: #0A80D0;
}
</style>
border-color css
<style>
span { border-color: #0A80D0; }
span { border-color: rgb(10,128,208); }
td.TdClassName
{
border-color: #0A80D0;
}
.TagClassName
{
border-color: #0A80D0;
}
</style>