Shades of Allports #10628C
Tints of Allports #10628C
RGB
CMYK
RGB Variations
Color information
#10628C (or 0x10628C) is known color: Allports. HEX triplet: 10, 62 and 8C. RGB value is (16,98,140). Sum of RGB (Red+Green+Blue) = 16+98+140=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #10628C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10628C is #EF9D73. Grayscale: #4E4E4E. Windows color (decimal): -15703412 or 9200144. OLE color: 9200144.
HSL color Cylindrical-coordinate representation of color #10628C: hue angle of 200.32º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10628C is Cyan = 0.89, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 98 | 140 | - |
| CMYK | 0.89 | 0.3 | 0 | 0.45 |
| HSL | 200.32º | 0.79% | 0.31% | - |
| HSV(B) | 200.32º | 0.89% | 0.55% | - |
| XYZ | 9.31 | 10.74 | 26.39 | - |
| YUV | 78.27 | 162.83 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 140 | 0.89 | 0.3 | 0 | 0.45 | 200.32 | 0.79 | 0.31 |
| Hex | 10 | 62 | 8C | 59 | 1E | 0 | 2D | C8 | 4F | 1F |
| Octal | 20 | 142 | 214 | 131 | 36 | 0 | 55 | 310 | 117 | 37 |
| Binary | 10000 | 1100010 | 10001100 | 1011001 | 11110 | 0 | 101101 | 11001000 | 1001111 | 11111 |
Color Harmonies of #10628C
Complementary color
Monochromatic Colors of #10628C
Black with #10628C
Text Example
Text Example
White with #10628C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10628C; }
p { color: rgb(16,98,140); }
H1.HeaderClassName
{
color: #10628C;
}
.AnyTagClassName
{
color: #10628C;
}
</style>
background-color css
<style>
a { background-color: #10628C; }
a { background-color: rgb(16,98,140); }
div.DivClassName
{
background-color: #10628C;
}
.BgClassName
{
background-color: #10628C;
}
</style>
border-color css
<style>
span { border-color: #10628C; }
span { border-color: rgb(16,98,140); }
td.TdClassName
{
border-color: #10628C;
}
.TagClassName
{
border-color: #10628C;
}
</style>