Shades of Navy #0A087D
Tints of Navy #0A087D
RGB
CMYK
RGB Variations
Color information
#0A087D (or 0x0A087D) is known color: Navy. HEX triplet: 0A, 08 and 7D. RGB value is (10,8,125). Sum of RGB (Red+Green+Blue) = 10+8+125=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 125 (49.22% from 255 or 87.41% from 143); Max value from RGB is 125 - color contains mainly: blue. Hex color #0A087D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A087D is #F5F782. Grayscale: #151515. Windows color (decimal): -16119683 or 8194058. OLE color: 8194058.
HSL color Cylindrical-coordinate representation of color #0A087D: hue angle of 241.03º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A087D is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 8 | 125 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.51 |
| HSL | 241.03º | 0.88% | 0.26% | - |
| HSV(B) | 241.03º | 0.94% | 0.49% | - |
| XYZ | 3.91 | 1.72 | 19.53 | - |
| YUV | 21.94 | 186.16 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 125 | 0.92 | 0.94 | 0 | 0.51 | 241.03 | 0.88 | 0.26 |
| Hex | A | 8 | 7D | 5C | 5E | 0 | 33 | F1 | 58 | 1A |
| Octal | 12 | 10 | 175 | 134 | 136 | 0 | 63 | 361 | 130 | 32 |
| Binary | 1010 | 1000 | 1111101 | 1011100 | 1011110 | 0 | 110011 | 11110001 | 1011000 | 11010 |
Color Harmonies of #0A087D
Complementary color
Monochromatic Colors of #0A087D
Black with #0A087D
Text Example
Text Example
White with #0A087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A087D; }
p { color: rgb(10,8,125); }
H1.HeaderClassName
{
color: #0A087D;
}
.AnyTagClassName
{
color: #0A087D;
}
</style>
background-color css
<style>
a { background-color: #0A087D; }
a { background-color: rgb(10,8,125); }
div.DivClassName
{
background-color: #0A087D;
}
.BgClassName
{
background-color: #0A087D;
}
</style>
border-color css
<style>
span { border-color: #0A087D; }
span { border-color: rgb(10,8,125); }
td.TdClassName
{
border-color: #0A087D;
}
.TagClassName
{
border-color: #0A087D;
}
</style>