Shades of Allports #10668B
Tints of Allports #10668B
RGB
CMYK
RGB Variations
Color information
#10668B (or 0x10668B) is known color: Allports. HEX triplet: 10, 66 and 8B. RGB value is (16,102,139). Sum of RGB (Red+Green+Blue) = 16+102+139=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #10668B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10668B is #EF9974. Grayscale: #505050. Windows color (decimal): -15702389 or 9135632. OLE color: 9135632.
HSL color Cylindrical-coordinate representation of color #10668B: hue angle of 198.05º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10668B is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 102 | 139 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.45 |
| HSL | 198.05º | 0.79% | 0.3% | - |
| HSV(B) | 198.05º | 0.88% | 0.55% | - |
| XYZ | 9.63 | 11.48 | 26.13 | - |
| YUV | 80.5 | 161.01 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 139 | 0.88 | 0.27 | 0 | 0.45 | 198.05 | 0.79 | 0.3 |
| Hex | 10 | 66 | 8B | 58 | 1B | 0 | 2D | C6 | 4F | 1E |
| Octal | 20 | 146 | 213 | 130 | 33 | 0 | 55 | 306 | 117 | 36 |
| Binary | 10000 | 1100110 | 10001011 | 1011000 | 11011 | 0 | 101101 | 11000110 | 1001111 | 11110 |
Color Harmonies of #10668B
Complementary color
Monochromatic Colors of #10668B
Black with #10668B
Text Example
Text Example
White with #10668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10668B; }
p { color: rgb(16,102,139); }
H1.HeaderClassName
{
color: #10668B;
}
.AnyTagClassName
{
color: #10668B;
}
</style>
background-color css
<style>
a { background-color: #10668B; }
a { background-color: rgb(16,102,139); }
div.DivClassName
{
background-color: #10668B;
}
.BgClassName
{
background-color: #10668B;
}
</style>
border-color css
<style>
span { border-color: #10668B; }
span { border-color: rgb(16,102,139); }
td.TdClassName
{
border-color: #10668B;
}
.TagClassName
{
border-color: #10668B;
}
</style>