Shades of Allports #0A6791
Tints of Allports #0A6791
RGB
CMYK
RGB Variations
Color information
#0A6791 (or 0x0A6791) is known color: Allports. HEX triplet: 0A, 67 and 91. RGB value is (10,103,145). Sum of RGB (Red+Green+Blue) = 10+103+145=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #0A6791 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6791 is #F5986E. Grayscale: #4F4F4F. Windows color (decimal): -16095343 or 9529098. OLE color: 9529098.
HSL color Cylindrical-coordinate representation of color #0A6791: hue angle of 198.67º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A6791 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 10 | 103 | 145 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.43 |
| HSL | 198.67º | 0.87% | 0.3% | - |
| HSV(B) | 198.67º | 0.93% | 0.57% | - |
| XYZ | 10.09 | 11.81 | 28.54 | - |
| YUV | 79.98 | 164.69 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 103 | 145 | 0.93 | 0.29 | 0 | 0.43 | 198.67 | 0.87 | 0.3 |
| Hex | A | 67 | 91 | 5D | 1D | 0 | 2B | C7 | 57 | 1E |
| Octal | 12 | 147 | 221 | 135 | 35 | 0 | 53 | 307 | 127 | 36 |
| Binary | 1010 | 1100111 | 10010001 | 1011101 | 11101 | 0 | 101011 | 11000111 | 1010111 | 11110 |
Color Harmonies of #0A6791
Complementary color
Monochromatic Colors of #0A6791
Black with #0A6791
Text Example
Text Example
White with #0A6791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6791; }
p { color: rgb(10,103,145); }
H1.HeaderClassName
{
color: #0A6791;
}
.AnyTagClassName
{
color: #0A6791;
}
</style>
background-color css
<style>
a { background-color: #0A6791; }
a { background-color: rgb(10,103,145); }
div.DivClassName
{
background-color: #0A6791;
}
.BgClassName
{
background-color: #0A6791;
}
</style>
border-color css
<style>
span { border-color: #0A6791; }
span { border-color: rgb(10,103,145); }
td.TdClassName
{
border-color: #0A6791;
}
.TagClassName
{
border-color: #0A6791;
}
</style>