Shades of Allports #10657F
Tints of Allports #10657F
RGB
CMYK
RGB Variations
Color information
#10657F (or 0x10657F) is known color: Allports. HEX triplet: 10, 65 and 7F. RGB value is (16,101,127). Sum of RGB (Red+Green+Blue) = 16+101+127=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #10657F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10657F is #EF9A80. Grayscale: #4E4E4E. Windows color (decimal): -15702657 or 8348944. OLE color: 8348944.
HSL color Cylindrical-coordinate representation of color #10657F: hue angle of 194.05º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10657F is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 101 | 127 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.50 |
| HSL | 194.05º | 0.78% | 0.28% | - |
| HSV(B) | 194.05º | 0.87% | 0.5% | - |
| XYZ | 8.7 | 10.95 | 21.73 | - |
| YUV | 78.55 | 155.34 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 127 | 0.87 | 0.20 | 0 | 0.50 | 194.05 | 0.78 | 0.28 |
| Hex | 10 | 65 | 7F | 57 | 14 | 0 | 32 | C2 | 4E | 1C |
| Octal | 20 | 145 | 177 | 127 | 24 | 0 | 62 | 302 | 116 | 34 |
| Binary | 10000 | 1100101 | 1111111 | 1010111 | 10100 | 0 | 110010 | 11000010 | 1001110 | 11100 |
Color Harmonies of #10657F
Complementary color
Monochromatic Colors of #10657F
Black with #10657F
Text Example
Text Example
White with #10657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10657F; }
p { color: rgb(16,101,127); }
H1.HeaderClassName
{
color: #10657F;
}
.AnyTagClassName
{
color: #10657F;
}
</style>
background-color css
<style>
a { background-color: #10657F; }
a { background-color: rgb(16,101,127); }
div.DivClassName
{
background-color: #10657F;
}
.BgClassName
{
background-color: #10657F;
}
</style>
border-color css
<style>
span { border-color: #10657F; }
span { border-color: rgb(16,101,127); }
td.TdClassName
{
border-color: #10657F;
}
.TagClassName
{
border-color: #10657F;
}
</style>