Shades of Allports #10658B
Tints of Allports #10658B
RGB
CMYK
RGB Variations
Color information
#10658B (or 0x10658B) is known color: Allports. HEX triplet: 10, 65 and 8B. RGB value is (16,101,139). Sum of RGB (Red+Green+Blue) = 16+101+139=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #10658B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10658B is #EF9A74. Grayscale: #4F4F4F. Windows color (decimal): -15702645 or 9135376. OLE color: 9135376.
HSL color Cylindrical-coordinate representation of color #10658B: hue angle of 198.54º 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 #10658B is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 101 | 139 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.45 |
| HSL | 198.54º | 0.79% | 0.3% | - |
| HSV(B) | 198.54º | 0.88% | 0.55% | - |
| XYZ | 9.53 | 11.28 | 26.1 | - |
| YUV | 79.92 | 161.34 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 139 | 0.88 | 0.27 | 0 | 0.45 | 198.54 | 0.79 | 0.3 |
| Hex | 10 | 65 | 8B | 58 | 1B | 0 | 2D | C7 | 4F | 1E |
| Octal | 20 | 145 | 213 | 130 | 33 | 0 | 55 | 307 | 117 | 36 |
| Binary | 10000 | 1100101 | 10001011 | 1011000 | 11011 | 0 | 101101 | 11000111 | 1001111 | 11110 |
Color Harmonies of #10658B
Complementary color
Monochromatic Colors of #10658B
Black with #10658B
Text Example
Text Example
White with #10658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10658B; }
p { color: rgb(16,101,139); }
H1.HeaderClassName
{
color: #10658B;
}
.AnyTagClassName
{
color: #10658B;
}
</style>
background-color css
<style>
a { background-color: #10658B; }
a { background-color: rgb(16,101,139); }
div.DivClassName
{
background-color: #10658B;
}
.BgClassName
{
background-color: #10658B;
}
</style>
border-color css
<style>
span { border-color: #10658B; }
span { border-color: rgb(16,101,139); }
td.TdClassName
{
border-color: #10658B;
}
.TagClassName
{
border-color: #10658B;
}
</style>