Shades of Allports #0A668A
Tints of Allports #0A668A
RGB
CMYK
RGB Variations
Color information
#0A668A (or 0x0A668A) is known color: Allports. HEX triplet: 0A, 66 and 8A. RGB value is (10,102,138). Sum of RGB (Red+Green+Blue) = 10+102+138=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A668A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A668A is #F59975. Grayscale: #4E4E4E. Windows color (decimal): -16095606 or 9070090. OLE color: 9070090.
HSL color Cylindrical-coordinate representation of color #0A668A: hue angle of 196.88º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A668A is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 102 | 138 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.46 |
| HSL | 196.88º | 0.86% | 0.29% | - |
| HSV(B) | 196.88º | 0.93% | 0.54% | - |
| XYZ | 9.46 | 11.4 | 25.75 | - |
| YUV | 78.6 | 161.52 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 102 | 138 | 0.93 | 0.26 | 0 | 0.46 | 196.88 | 0.86 | 0.29 |
| Hex | A | 66 | 8A | 5D | 1A | 0 | 2E | C5 | 56 | 1D |
| Octal | 12 | 146 | 212 | 135 | 32 | 0 | 56 | 305 | 126 | 35 |
| Binary | 1010 | 1100110 | 10001010 | 1011101 | 11010 | 0 | 101110 | 11000101 | 1010110 | 11101 |
Color Harmonies of #0A668A
Complementary color
Monochromatic Colors of #0A668A
Black with #0A668A
Text Example
Text Example
White with #0A668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A668A; }
p { color: rgb(10,102,138); }
H1.HeaderClassName
{
color: #0A668A;
}
.AnyTagClassName
{
color: #0A668A;
}
</style>
background-color css
<style>
a { background-color: #0A668A; }
a { background-color: rgb(10,102,138); }
div.DivClassName
{
background-color: #0A668A;
}
.BgClassName
{
background-color: #0A668A;
}
</style>
border-color css
<style>
span { border-color: #0A668A; }
span { border-color: rgb(10,102,138); }
td.TdClassName
{
border-color: #0A668A;
}
.TagClassName
{
border-color: #0A668A;
}
</style>