Shades of Sherpa Blue #125259
Tints of Sherpa Blue #125259
RGB
CMYK
RGB Variations
Color information
#125259 (or 0x125259) is known color: Sherpa Blue. HEX triplet: 12, 52 and 59. RGB value is (18,82,89). Sum of RGB (Red+Green+Blue) = 18+82+89=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #125259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125259 is #EDADA6. Grayscale: #3F3F3F. Windows color (decimal): -15576487 or 5853714. OLE color: 5853714.
HSL color Cylindrical-coordinate representation of color #125259: hue angle of 185.92º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125259 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 82 | 89 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.65 |
| HSL | 185.92º | 0.66% | 0.21% | - |
| HSV(B) | 185.92º | 0.8% | 0.35% | - |
| XYZ | 5.07 | 6.88 | 10.51 | - |
| YUV | 63.66 | 142.3 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 82 | 89 | 0.80 | 0.08 | 0 | 0.65 | 185.92 | 0.66 | 0.21 |
| Hex | 12 | 52 | 59 | 50 | 8 | 0 | 41 | BA | 42 | 15 |
| Octal | 22 | 122 | 131 | 120 | 10 | 0 | 101 | 272 | 102 | 25 |
| Binary | 10010 | 1010010 | 1011001 | 1010000 | 1000 | 0 | 1000001 | 10111010 | 1000010 | 10101 |
Color Harmonies of #125259
Complementary color
Monochromatic Colors of #125259
Black with #125259
Text Example
Text Example
White with #125259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125259; }
p { color: rgb(18,82,89); }
H1.HeaderClassName
{
color: #125259;
}
.AnyTagClassName
{
color: #125259;
}
</style>
background-color css
<style>
a { background-color: #125259; }
a { background-color: rgb(18,82,89); }
div.DivClassName
{
background-color: #125259;
}
.BgClassName
{
background-color: #125259;
}
</style>
border-color css
<style>
span { border-color: #125259; }
span { border-color: rgb(18,82,89); }
td.TdClassName
{
border-color: #125259;
}
.TagClassName
{
border-color: #125259;
}
</style>