Shades of Sherpa Blue #10505C
Tints of Sherpa Blue #10505C
RGB
CMYK
RGB Variations
Color information
#10505C (or 0x10505C) is known color: Sherpa Blue. HEX triplet: 10, 50 and 5C. RGB value is (16,80,92). Sum of RGB (Red+Green+Blue) = 16+80+92=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 92 - color contains mainly: blue. Hex color #10505C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10505C is #EFAFA3. Grayscale: #3E3E3E. Windows color (decimal): -15708068 or 6049808. OLE color: 6049808.
HSL color Cylindrical-coordinate representation of color #10505C: hue angle of 189.47º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10505C is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 80 | 92 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.64 |
| HSL | 189.47º | 0.7% | 0.21% | - |
| HSV(B) | 189.47º | 0.83% | 0.36% | - |
| XYZ | 5.01 | 6.62 | 11.14 | - |
| YUV | 62.23 | 144.8 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 92 | 0.83 | 0.13 | 0 | 0.64 | 189.47 | 0.7 | 0.21 |
| Hex | 10 | 50 | 5C | 53 | D | 0 | 40 | BD | 46 | 15 |
| Octal | 20 | 120 | 134 | 123 | 15 | 0 | 100 | 275 | 106 | 25 |
| Binary | 10000 | 1010000 | 1011100 | 1010011 | 1101 | 0 | 1000000 | 10111101 | 1000110 | 10101 |
Color Harmonies of #10505C
Complementary color
Monochromatic Colors of #10505C
Black with #10505C
Text Example
Text Example
White with #10505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10505C; }
p { color: rgb(16,80,92); }
H1.HeaderClassName
{
color: #10505C;
}
.AnyTagClassName
{
color: #10505C;
}
</style>
background-color css
<style>
a { background-color: #10505C; }
a { background-color: rgb(16,80,92); }
div.DivClassName
{
background-color: #10505C;
}
.BgClassName
{
background-color: #10505C;
}
</style>
border-color css
<style>
span { border-color: #10505C; }
span { border-color: rgb(16,80,92); }
td.TdClassName
{
border-color: #10505C;
}
.TagClassName
{
border-color: #10505C;
}
</style>