Shades of Sherpa Blue #125056
Tints of Sherpa Blue #125056
RGB
CMYK
RGB Variations
Color information
#125056 (or 0x125056) is known color: Sherpa Blue. HEX triplet: 12, 50 and 56. RGB value is (18,80,86). Sum of RGB (Red+Green+Blue) = 18+80+86=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 86 - color contains mainly: blue. Hex color #125056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125056 is #EDAFA9. Grayscale: #3E3E3E. Windows color (decimal): -15577002 or 5656594. OLE color: 5656594.
HSL color Cylindrical-coordinate representation of color #125056: hue angle of 185.29º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125056 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 80 | 86 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.66 |
| HSL | 185.29º | 0.65% | 0.2% | - |
| HSV(B) | 185.29º | 0.79% | 0.34% | - |
| XYZ | 4.8 | 6.54 | 9.81 | - |
| YUV | 62.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 86 | 0.79 | 0.07 | 0 | 0.66 | 185.29 | 0.65 | 0.2 |
| Hex | 12 | 50 | 56 | 4F | 7 | 0 | 42 | B9 | 41 | 14 |
| Octal | 22 | 120 | 126 | 117 | 7 | 0 | 102 | 271 | 101 | 24 |
| Binary | 10010 | 1010000 | 1010110 | 1001111 | 111 | 0 | 1000010 | 10111001 | 1000001 | 10100 |
Color Harmonies of #125056
Complementary color
Monochromatic Colors of #125056
Black with #125056
Text Example
Text Example
White with #125056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125056; }
p { color: rgb(18,80,86); }
H1.HeaderClassName
{
color: #125056;
}
.AnyTagClassName
{
color: #125056;
}
</style>
background-color css
<style>
a { background-color: #125056; }
a { background-color: rgb(18,80,86); }
div.DivClassName
{
background-color: #125056;
}
.BgClassName
{
background-color: #125056;
}
</style>
border-color css
<style>
span { border-color: #125056; }
span { border-color: rgb(18,80,86); }
td.TdClassName
{
border-color: #125056;
}
.TagClassName
{
border-color: #125056;
}
</style>