Shades of Allports #0A648B
Tints of Allports #0A648B
RGB
CMYK
RGB Variations
Color information
#0A648B (or 0x0A648B) is known color: Allports. HEX triplet: 0A, 64 and 8B. RGB value is (10,100,139). Sum of RGB (Red+Green+Blue) = 10+100+139=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A648B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A648B is #F59B74. Grayscale: #4D4D4D. Windows color (decimal): -16096117 or 9135114. OLE color: 9135114.
HSL color Cylindrical-coordinate representation of color #0A648B: hue angle of 198.14º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A648B is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 100 | 139 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.45 |
| HSL | 198.14º | 0.87% | 0.29% | - |
| HSV(B) | 198.14º | 0.93% | 0.55% | - |
| XYZ | 9.34 | 11.04 | 26.07 | - |
| YUV | 77.54 | 162.68 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 100 | 139 | 0.93 | 0.28 | 0 | 0.45 | 198.14 | 0.87 | 0.29 |
| Hex | A | 64 | 8B | 5D | 1C | 0 | 2D | C6 | 57 | 1D |
| Octal | 12 | 144 | 213 | 135 | 34 | 0 | 55 | 306 | 127 | 35 |
| Binary | 1010 | 1100100 | 10001011 | 1011101 | 11100 | 0 | 101101 | 11000110 | 1010111 | 11101 |
Color Harmonies of #0A648B
Complementary color
Monochromatic Colors of #0A648B
Black with #0A648B
Text Example
Text Example
White with #0A648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A648B; }
p { color: rgb(10,100,139); }
H1.HeaderClassName
{
color: #0A648B;
}
.AnyTagClassName
{
color: #0A648B;
}
</style>
background-color css
<style>
a { background-color: #0A648B; }
a { background-color: rgb(10,100,139); }
div.DivClassName
{
background-color: #0A648B;
}
.BgClassName
{
background-color: #0A648B;
}
</style>
border-color css
<style>
span { border-color: #0A648B; }
span { border-color: rgb(10,100,139); }
td.TdClassName
{
border-color: #0A648B;
}
.TagClassName
{
border-color: #0A648B;
}
</style>