Shades of Allports #0A628D
Tints of Allports #0A628D
RGB
CMYK
RGB Variations
Color information
#0A628D (or 0x0A628D) is known color: Allports. HEX triplet: 0A, 62 and 8D. RGB value is (10,98,141). Sum of RGB (Red+Green+Blue) = 10+98+141=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A628D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A628D is #F59D72. Grayscale: #4C4C4C. Windows color (decimal): -16096627 or 9265674. OLE color: 9265674.
HSL color Cylindrical-coordinate representation of color #0A628D: hue angle of 199.69º 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 #0A628D is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 98 | 141 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.45 |
| HSL | 199.69º | 0.87% | 0.3% | - |
| HSV(B) | 199.69º | 0.93% | 0.55% | - |
| XYZ | 9.3 | 10.72 | 26.78 | - |
| YUV | 76.59 | 164.35 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 98 | 141 | 0.93 | 0.30 | 0 | 0.45 | 199.69 | 0.87 | 0.3 |
| Hex | A | 62 | 8D | 5D | 1E | 0 | 2D | C8 | 57 | 1E |
| Octal | 12 | 142 | 215 | 135 | 36 | 0 | 55 | 310 | 127 | 36 |
| Binary | 1010 | 1100010 | 10001101 | 1011101 | 11110 | 0 | 101101 | 11001000 | 1010111 | 11110 |
Color Harmonies of #0A628D
Complementary color
Monochromatic Colors of #0A628D
Black with #0A628D
Text Example
Text Example
White with #0A628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A628D; }
p { color: rgb(10,98,141); }
H1.HeaderClassName
{
color: #0A628D;
}
.AnyTagClassName
{
color: #0A628D;
}
</style>
background-color css
<style>
a { background-color: #0A628D; }
a { background-color: rgb(10,98,141); }
div.DivClassName
{
background-color: #0A628D;
}
.BgClassName
{
background-color: #0A628D;
}
</style>
border-color css
<style>
span { border-color: #0A628D; }
span { border-color: rgb(10,98,141); }
td.TdClassName
{
border-color: #0A628D;
}
.TagClassName
{
border-color: #0A628D;
}
</style>