Shades of Navy Blue #0A80CF
Tints of Navy Blue #0A80CF
RGB
CMYK
RGB Variations
Color information
#0A80CF (or 0x0A80CF) is known color: Navy Blue. HEX triplet: 0A, 80 and CF. RGB value is (10,128,207). Sum of RGB (Red+Green+Blue) = 10+128+207=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #0A80CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A80CF is #F57F30. Grayscale: #656565. Windows color (decimal): -16088881 or 13598730. OLE color: 13598730.
HSL color Cylindrical-coordinate representation of color #0A80CF: hue angle of 204.06º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A80CF is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 128 | 207 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.19 |
| HSL | 204.06º | 0.91% | 0.43% | - |
| HSV(B) | 204.06º | 0.95% | 0.81% | - |
| XYZ | 19.11 | 20.01 | 61.89 | - |
| YUV | 101.72 | 187.41 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 128 | 207 | 0.95 | 0.38 | 0 | 0.19 | 204.06 | 0.91 | 0.43 |
| Hex | A | 80 | CF | 5F | 26 | 0 | 13 | CC | 5B | 2B |
| Octal | 12 | 200 | 317 | 137 | 46 | 0 | 23 | 314 | 133 | 53 |
| Binary | 1010 | 10000000 | 11001111 | 1011111 | 100110 | 0 | 10011 | 11001100 | 1011011 | 101011 |
Color Harmonies of #0A80CF
Complementary color
Monochromatic Colors of #0A80CF
Black with #0A80CF
Text Example
Text Example
White with #0A80CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A80CF; }
p { color: rgb(10,128,207); }
H1.HeaderClassName
{
color: #0A80CF;
}
.AnyTagClassName
{
color: #0A80CF;
}
</style>
background-color css
<style>
a { background-color: #0A80CF; }
a { background-color: rgb(10,128,207); }
div.DivClassName
{
background-color: #0A80CF;
}
.BgClassName
{
background-color: #0A80CF;
}
</style>
border-color css
<style>
span { border-color: #0A80CF; }
span { border-color: rgb(10,128,207); }
td.TdClassName
{
border-color: #0A80CF;
}
.TagClassName
{
border-color: #0A80CF;
}
</style>