Shades of Allports #0A6482
Tints of Allports #0A6482
RGB
CMYK
RGB Variations
Color information
#0A6482 (or 0x0A6482) is known color: Allports. HEX triplet: 0A, 64 and 82. RGB value is (10,100,130). Sum of RGB (Red+Green+Blue) = 10+100+130=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #0A6482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6482 is #F59B7D. Grayscale: #4C4C4C. Windows color (decimal): -16096126 or 8545290. OLE color: 8545290.
HSL color Cylindrical-coordinate representation of color #0A6482: hue angle of 195º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A6482 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 100 | 130 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.49 |
| HSL | 195º | 0.86% | 0.27% | - |
| HSV(B) | 195º | 0.92% | 0.51% | - |
| XYZ | 8.71 | 10.79 | 22.74 | - |
| YUV | 76.51 | 158.18 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 100 | 130 | 0.92 | 0.23 | 0 | 0.49 | 195 | 0.86 | 0.27 |
| Hex | A | 64 | 82 | 5C | 17 | 0 | 31 | C3 | 56 | 1B |
| Octal | 12 | 144 | 202 | 134 | 27 | 0 | 61 | 303 | 126 | 33 |
| Binary | 1010 | 1100100 | 10000010 | 1011100 | 10111 | 0 | 110001 | 11000011 | 1010110 | 11011 |
Color Harmonies of #0A6482
Complementary color
Monochromatic Colors of #0A6482
Black with #0A6482
Text Example
Text Example
White with #0A6482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6482; }
p { color: rgb(10,100,130); }
H1.HeaderClassName
{
color: #0A6482;
}
.AnyTagClassName
{
color: #0A6482;
}
</style>
background-color css
<style>
a { background-color: #0A6482; }
a { background-color: rgb(10,100,130); }
div.DivClassName
{
background-color: #0A6482;
}
.BgClassName
{
background-color: #0A6482;
}
</style>
border-color css
<style>
span { border-color: #0A6482; }
span { border-color: rgb(10,100,130); }
td.TdClassName
{
border-color: #0A6482;
}
.TagClassName
{
border-color: #0A6482;
}
</style>