Shades of Allports #0A6381
Tints of Allports #0A6381
RGB
CMYK
RGB Variations
Color information
#0A6381 (or 0x0A6381) is known color: Allports. HEX triplet: 0A, 63 and 81. RGB value is (10,99,129). Sum of RGB (Red+Green+Blue) = 10+99+129=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 129 (50.78% from 255 or 54.20% from 238); Max value from RGB is 129 - color contains mainly: blue. Hex color #0A6381 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6381 is #F59C7E. Grayscale: #4B4B4B. Windows color (decimal): -16096383 or 8479498. OLE color: 8479498.
HSL color Cylindrical-coordinate representation of color #0A6381: hue angle of 195.13º 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 #0A6381 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 99 | 129 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.49 |
| HSL | 195.13º | 0.86% | 0.27% | - |
| HSV(B) | 195.13º | 0.92% | 0.51% | - |
| XYZ | 8.55 | 10.57 | 22.36 | - |
| YUV | 75.81 | 158.01 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 99 | 129 | 0.92 | 0.23 | 0 | 0.49 | 195.13 | 0.86 | 0.27 |
| Hex | A | 63 | 81 | 5C | 17 | 0 | 31 | C3 | 56 | 1B |
| Octal | 12 | 143 | 201 | 134 | 27 | 0 | 61 | 303 | 126 | 33 |
| Binary | 1010 | 1100011 | 10000001 | 1011100 | 10111 | 0 | 110001 | 11000011 | 1010110 | 11011 |
Color Harmonies of #0A6381
Complementary color
Monochromatic Colors of #0A6381
Black with #0A6381
Text Example
Text Example
White with #0A6381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6381; }
p { color: rgb(10,99,129); }
H1.HeaderClassName
{
color: #0A6381;
}
.AnyTagClassName
{
color: #0A6381;
}
</style>
background-color css
<style>
a { background-color: #0A6381; }
a { background-color: rgb(10,99,129); }
div.DivClassName
{
background-color: #0A6381;
}
.BgClassName
{
background-color: #0A6381;
}
</style>
border-color css
<style>
span { border-color: #0A6381; }
span { border-color: rgb(10,99,129); }
td.TdClassName
{
border-color: #0A6381;
}
.TagClassName
{
border-color: #0A6381;
}
</style>