Shades of Sherpa Blue #124C55
Tints of Sherpa Blue #124C55
RGB
CMYK
RGB Variations
Color information
#124C55 (or 0x124C55) is known color: Sherpa Blue. HEX triplet: 12, 4C and 55. RGB value is (18,76,85). Sum of RGB (Red+Green+Blue) = 18+76+85=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #124C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C55 is #EDB3AA. Grayscale: #3B3B3B. Windows color (decimal): -15578027 or 5590034. OLE color: 5590034.
HSL color Cylindrical-coordinate representation of color #124C55: hue angle of 188.06º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #124C55 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 76 | 85 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.67 |
| HSL | 188.06º | 0.65% | 0.2% | - |
| HSV(B) | 188.06º | 0.79% | 0.33% | - |
| XYZ | 4.47 | 5.95 | 9.51 | - |
| YUV | 59.68 | 142.28 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 85 | 0.79 | 0.11 | 0 | 0.67 | 188.06 | 0.65 | 0.2 |
| Hex | 12 | 4C | 55 | 4F | B | 0 | 43 | BC | 41 | 14 |
| Octal | 22 | 114 | 125 | 117 | 13 | 0 | 103 | 274 | 101 | 24 |
| Binary | 10010 | 1001100 | 1010101 | 1001111 | 1011 | 0 | 1000011 | 10111100 | 1000001 | 10100 |
Color Harmonies of #124C55
Complementary color
Monochromatic Colors of #124C55
Black with #124C55
Text Example
Text Example
White with #124C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C55; }
p { color: rgb(18,76,85); }
H1.HeaderClassName
{
color: #124C55;
}
.AnyTagClassName
{
color: #124C55;
}
</style>
background-color css
<style>
a { background-color: #124C55; }
a { background-color: rgb(18,76,85); }
div.DivClassName
{
background-color: #124C55;
}
.BgClassName
{
background-color: #124C55;
}
</style>
border-color css
<style>
span { border-color: #124C55; }
span { border-color: rgb(18,76,85); }
td.TdClassName
{
border-color: #124C55;
}
.TagClassName
{
border-color: #124C55;
}
</style>