Shades of Sherpa Blue #124B54
Tints of Sherpa Blue #124B54
RGB
CMYK
RGB Variations
Color information
#124B54 (or 0x124B54) is known color: Sherpa Blue. HEX triplet: 12, 4B and 54. RGB value is (18,75,84). Sum of RGB (Red+Green+Blue) = 18+75+84=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #124B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124B54 is #EDB4AB. Grayscale: #3A3A3A. Windows color (decimal): -15578284 or 5524242. OLE color: 5524242.
HSL color Cylindrical-coordinate representation of color #124B54: hue angle of 188.18º 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 #124B54 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 75 | 84 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.67 |
| HSL | 188.18º | 0.65% | 0.2% | - |
| HSV(B) | 188.18º | 0.79% | 0.33% | - |
| XYZ | 4.37 | 5.8 | 9.28 | - |
| YUV | 58.98 | 142.12 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 84 | 0.79 | 0.11 | 0 | 0.67 | 188.18 | 0.65 | 0.2 |
| Hex | 12 | 4B | 54 | 4F | B | 0 | 43 | BC | 41 | 14 |
| Octal | 22 | 113 | 124 | 117 | 13 | 0 | 103 | 274 | 101 | 24 |
| Binary | 10010 | 1001011 | 1010100 | 1001111 | 1011 | 0 | 1000011 | 10111100 | 1000001 | 10100 |
Color Harmonies of #124B54
Complementary color
Monochromatic Colors of #124B54
Black with #124B54
Text Example
Text Example
White with #124B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124B54; }
p { color: rgb(18,75,84); }
H1.HeaderClassName
{
color: #124B54;
}
.AnyTagClassName
{
color: #124B54;
}
</style>
background-color css
<style>
a { background-color: #124B54; }
a { background-color: rgb(18,75,84); }
div.DivClassName
{
background-color: #124B54;
}
.BgClassName
{
background-color: #124B54;
}
</style>
border-color css
<style>
span { border-color: #124B54; }
span { border-color: rgb(18,75,84); }
td.TdClassName
{
border-color: #124B54;
}
.TagClassName
{
border-color: #124B54;
}
</style>