Shades of Sherpa Blue #124C54
Tints of Sherpa Blue #124C54
RGB
CMYK
RGB Variations
Color information
#124C54 (or 0x124C54) is known color: Sherpa Blue. HEX triplet: 12, 4C and 54. RGB value is (18,76,84). Sum of RGB (Red+Green+Blue) = 18+76+84=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #124C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C54 is #EDB3AB. Grayscale: #3B3B3B. Windows color (decimal): -15578028 or 5524498. OLE color: 5524498.
HSL color Cylindrical-coordinate representation of color #124C54: hue angle of 187.27º 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 #124C54 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 76 | 84 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.67 |
| HSL | 187.27º | 0.65% | 0.2% | - |
| HSV(B) | 187.27º | 0.79% | 0.33% | - |
| XYZ | 4.43 | 5.94 | 9.3 | - |
| YUV | 59.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 84 | 0.79 | 0.10 | 0 | 0.67 | 187.27 | 0.65 | 0.2 |
| Hex | 12 | 4C | 54 | 4F | A | 0 | 43 | BB | 41 | 14 |
| Octal | 22 | 114 | 124 | 117 | 12 | 0 | 103 | 273 | 101 | 24 |
| Binary | 10010 | 1001100 | 1010100 | 1001111 | 1010 | 0 | 1000011 | 10111011 | 1000001 | 10100 |
Color Harmonies of #124C54
Complementary color
Monochromatic Colors of #124C54
Black with #124C54
Text Example
Text Example
White with #124C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124C54; }
p { color: rgb(18,76,84); }
H1.HeaderClassName
{
color: #124C54;
}
.AnyTagClassName
{
color: #124C54;
}
</style>
background-color css
<style>
a { background-color: #124C54; }
a { background-color: rgb(18,76,84); }
div.DivClassName
{
background-color: #124C54;
}
.BgClassName
{
background-color: #124C54;
}
</style>
border-color css
<style>
span { border-color: #124C54; }
span { border-color: rgb(18,76,84); }
td.TdClassName
{
border-color: #124C54;
}
.TagClassName
{
border-color: #124C54;
}
</style>