Shades of Allports #0A698D
Tints of Allports #0A698D
RGB
CMYK
RGB Variations
Color information
#0A698D (or 0x0A698D) is known color: Allports. HEX triplet: 0A, 69 and 8D. RGB value is (10,105,141). Sum of RGB (Red+Green+Blue) = 10+105+141=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A698D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A698D is #F59672. Grayscale: #505050. Windows color (decimal): -16094835 or 9267466. OLE color: 9267466.
HSL color Cylindrical-coordinate representation of color #0A698D: hue angle of 196.49º 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 #0A698D is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 105 | 141 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.45 |
| HSL | 196.49º | 0.87% | 0.3% | - |
| HSV(B) | 196.49º | 0.93% | 0.55% | - |
| XYZ | 9.98 | 12.09 | 27.01 | - |
| YUV | 80.7 | 162.03 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 105 | 141 | 0.93 | 0.26 | 0 | 0.45 | 196.49 | 0.87 | 0.3 |
| Hex | A | 69 | 8D | 5D | 1A | 0 | 2D | C4 | 57 | 1E |
| Octal | 12 | 151 | 215 | 135 | 32 | 0 | 55 | 304 | 127 | 36 |
| Binary | 1010 | 1101001 | 10001101 | 1011101 | 11010 | 0 | 101101 | 11000100 | 1010111 | 11110 |
Color Harmonies of #0A698D
Complementary color
Monochromatic Colors of #0A698D
Black with #0A698D
Text Example
Text Example
White with #0A698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A698D; }
p { color: rgb(10,105,141); }
H1.HeaderClassName
{
color: #0A698D;
}
.AnyTagClassName
{
color: #0A698D;
}
</style>
background-color css
<style>
a { background-color: #0A698D; }
a { background-color: rgb(10,105,141); }
div.DivClassName
{
background-color: #0A698D;
}
.BgClassName
{
background-color: #0A698D;
}
</style>
border-color css
<style>
span { border-color: #0A698D; }
span { border-color: rgb(10,105,141); }
td.TdClassName
{
border-color: #0A698D;
}
.TagClassName
{
border-color: #0A698D;
}
</style>