Shades of Sherpa Blue #124853
Tints of Sherpa Blue #124853
RGB
CMYK
RGB Variations
Color information
#124853 (or 0x124853) is known color: Sherpa Blue. HEX triplet: 12, 48 and 53. RGB value is (18,72,83). Sum of RGB (Red+Green+Blue) = 18+72+83=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #124853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124853 is #EDB7AC. Grayscale: #393939. Windows color (decimal): -15579053 or 5457938. OLE color: 5457938.
HSL color Cylindrical-coordinate representation of color #124853: hue angle of 190.15º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #124853 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 72 | 83 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.67 |
| HSL | 190.15º | 0.64% | 0.2% | - |
| HSV(B) | 190.15º | 0.78% | 0.33% | - |
| XYZ | 4.13 | 5.39 | 9.01 | - |
| YUV | 57.11 | 142.61 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 83 | 0.78 | 0.13 | 0 | 0.67 | 190.15 | 0.64 | 0.2 |
| Hex | 12 | 48 | 53 | 4E | D | 0 | 43 | BE | 40 | 14 |
| Octal | 22 | 110 | 123 | 116 | 15 | 0 | 103 | 276 | 100 | 24 |
| Binary | 10010 | 1001000 | 1010011 | 1001110 | 1101 | 0 | 1000011 | 10111110 | 1000000 | 10100 |
Color Harmonies of #124853
Complementary color
Monochromatic Colors of #124853
Black with #124853
Text Example
Text Example
White with #124853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124853; }
p { color: rgb(18,72,83); }
H1.HeaderClassName
{
color: #124853;
}
.AnyTagClassName
{
color: #124853;
}
</style>
background-color css
<style>
a { background-color: #124853; }
a { background-color: rgb(18,72,83); }
div.DivClassName
{
background-color: #124853;
}
.BgClassName
{
background-color: #124853;
}
</style>
border-color css
<style>
span { border-color: #124853; }
span { border-color: rgb(18,72,83); }
td.TdClassName
{
border-color: #124853;
}
.TagClassName
{
border-color: #124853;
}
</style>