Shades of Allports #0A668D
Tints of Allports #0A668D
RGB
CMYK
RGB Variations
Color information
#0A668D (or 0x0A668D) is known color: Allports. HEX triplet: 0A, 66 and 8D. RGB value is (10,102,141). Sum of RGB (Red+Green+Blue) = 10+102+141=253 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.95% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A668D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A668D is #F59972. Grayscale: #4E4E4E. Windows color (decimal): -16095603 or 9266698. OLE color: 9266698.
HSL color Cylindrical-coordinate representation of color #0A668D: hue angle of 197.86º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A668D is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 102 | 141 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.45 |
| HSL | 197.86º | 0.87% | 0.3% | - |
| HSV(B) | 197.86º | 0.93% | 0.55% | - |
| XYZ | 9.68 | 11.49 | 26.91 | - |
| YUV | 78.94 | 163.02 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 102 | 141 | 0.93 | 0.28 | 0 | 0.45 | 197.86 | 0.87 | 0.3 |
| Hex | A | 66 | 8D | 5D | 1C | 0 | 2D | C6 | 57 | 1E |
| Octal | 12 | 146 | 215 | 135 | 34 | 0 | 55 | 306 | 127 | 36 |
| Binary | 1010 | 1100110 | 10001101 | 1011101 | 11100 | 0 | 101101 | 11000110 | 1010111 | 11110 |
Color Harmonies of #0A668D
Complementary color
Monochromatic Colors of #0A668D
Black with #0A668D
Text Example
Text Example
White with #0A668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A668D; }
p { color: rgb(10,102,141); }
H1.HeaderClassName
{
color: #0A668D;
}
.AnyTagClassName
{
color: #0A668D;
}
</style>
background-color css
<style>
a { background-color: #0A668D; }
a { background-color: rgb(10,102,141); }
div.DivClassName
{
background-color: #0A668D;
}
.BgClassName
{
background-color: #0A668D;
}
</style>
border-color css
<style>
span { border-color: #0A668D; }
span { border-color: rgb(10,102,141); }
td.TdClassName
{
border-color: #0A668D;
}
.TagClassName
{
border-color: #0A668D;
}
</style>