Shades of Sherpa Blue #104E5A
Tints of Sherpa Blue #104E5A
RGB
CMYK
RGB Variations
Color information
#104E5A (or 0x104E5A) is known color: Sherpa Blue. HEX triplet: 10, 4E and 5A. RGB value is (16,78,90). Sum of RGB (Red+Green+Blue) = 16+78+90=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #104E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #104E5A is #EFB1A5. Grayscale: #3C3C3C. Windows color (decimal): -15708582 or 5918224. OLE color: 5918224.
HSL color Cylindrical-coordinate representation of color #104E5A: hue angle of 189.73º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #104E5A is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 78 | 90 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.65 |
| HSL | 189.73º | 0.7% | 0.21% | - |
| HSV(B) | 189.73º | 0.82% | 0.35% | - |
| XYZ | 4.78 | 6.3 | 10.64 | - |
| YUV | 60.83 | 144.46 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 90 | 0.82 | 0.13 | 0 | 0.65 | 189.73 | 0.7 | 0.21 |
| Hex | 10 | 4E | 5A | 52 | D | 0 | 41 | BE | 46 | 15 |
| Octal | 20 | 116 | 132 | 122 | 15 | 0 | 101 | 276 | 106 | 25 |
| Binary | 10000 | 1001110 | 1011010 | 1010010 | 1101 | 0 | 1000001 | 10111110 | 1000110 | 10101 |
Color Harmonies of #104E5A
Complementary color
Monochromatic Colors of #104E5A
Black with #104E5A
Text Example
Text Example
White with #104E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E5A; }
p { color: rgb(16,78,90); }
H1.HeaderClassName
{
color: #104E5A;
}
.AnyTagClassName
{
color: #104E5A;
}
</style>
background-color css
<style>
a { background-color: #104E5A; }
a { background-color: rgb(16,78,90); }
div.DivClassName
{
background-color: #104E5A;
}
.BgClassName
{
background-color: #104E5A;
}
</style>
border-color css
<style>
span { border-color: #104E5A; }
span { border-color: rgb(16,78,90); }
td.TdClassName
{
border-color: #104E5A;
}
.TagClassName
{
border-color: #104E5A;
}
</style>