Shades of Sherpa Blue #125256
Tints of Sherpa Blue #125256
RGB
CMYK
RGB Variations
Color information
#125256 (or 0x125256) is known color: Sherpa Blue. HEX triplet: 12, 52 and 56. RGB value is (18,82,86). Sum of RGB (Red+Green+Blue) = 18+82+86=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #125256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125256 is #EDADA9. Grayscale: #3F3F3F. Windows color (decimal): -15576490 or 5657106. OLE color: 5657106.
HSL color Cylindrical-coordinate representation of color #125256: hue angle of 183.53º 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 #125256 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 82 | 86 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.66 |
| HSL | 183.53º | 0.65% | 0.2% | - |
| HSV(B) | 183.53º | 0.79% | 0.34% | - |
| XYZ | 4.95 | 6.84 | 9.86 | - |
| YUV | 63.32 | 140.8 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 82 | 86 | 0.79 | 0.05 | 0 | 0.66 | 183.53 | 0.65 | 0.2 |
| Hex | 12 | 52 | 56 | 4F | 5 | 0 | 42 | B8 | 41 | 14 |
| Octal | 22 | 122 | 126 | 117 | 5 | 0 | 102 | 270 | 101 | 24 |
| Binary | 10010 | 1010010 | 1010110 | 1001111 | 101 | 0 | 1000010 | 10111000 | 1000001 | 10100 |
Color Harmonies of #125256
Complementary color
Monochromatic Colors of #125256
Black with #125256
Text Example
Text Example
White with #125256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125256; }
p { color: rgb(18,82,86); }
H1.HeaderClassName
{
color: #125256;
}
.AnyTagClassName
{
color: #125256;
}
</style>
background-color css
<style>
a { background-color: #125256; }
a { background-color: rgb(18,82,86); }
div.DivClassName
{
background-color: #125256;
}
.BgClassName
{
background-color: #125256;
}
</style>
border-color css
<style>
span { border-color: #125256; }
span { border-color: rgb(18,82,86); }
td.TdClassName
{
border-color: #125256;
}
.TagClassName
{
border-color: #125256;
}
</style>