Shades of Sherpa Blue #134C55
Tints of Sherpa Blue #134C55
RGB
CMYK
RGB Variations
Color information
#134C55 (or 0x134C55) is known color: Sherpa Blue. HEX triplet: 13, 4C and 55. RGB value is (19,76,85). Sum of RGB (Red+Green+Blue) = 19+76+85=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #134C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C55 is #ECB3AA. Grayscale: #3B3B3B. Windows color (decimal): -15512491 or 5590035. OLE color: 5590035.
HSL color Cylindrical-coordinate representation of color #134C55: hue angle of 188.18º degrees, saturation: 0.63, 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 #134C55 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 76 | 85 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.67 |
| HSL | 188.18º | 0.63% | 0.2% | - |
| HSV(B) | 188.18º | 0.78% | 0.33% | - |
| XYZ | 4.49 | 5.96 | 9.51 | - |
| YUV | 59.98 | 142.12 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 85 | 0.78 | 0.11 | 0 | 0.67 | 188.18 | 0.63 | 0.2 |
| Hex | 13 | 4C | 55 | 4E | B | 0 | 43 | BC | 3F | 14 |
| Octal | 23 | 114 | 125 | 116 | 13 | 0 | 103 | 274 | 77 | 24 |
| Binary | 10011 | 1001100 | 1010101 | 1001110 | 1011 | 0 | 1000011 | 10111100 | 111111 | 10100 |
Color Harmonies of #134C55
Complementary color
Monochromatic Colors of #134C55
Black with #134C55
Text Example
Text Example
White with #134C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C55; }
p { color: rgb(19,76,85); }
H1.HeaderClassName
{
color: #134C55;
}
.AnyTagClassName
{
color: #134C55;
}
</style>
background-color css
<style>
a { background-color: #134C55; }
a { background-color: rgb(19,76,85); }
div.DivClassName
{
background-color: #134C55;
}
.BgClassName
{
background-color: #134C55;
}
</style>
border-color css
<style>
span { border-color: #134C55; }
span { border-color: rgb(19,76,85); }
td.TdClassName
{
border-color: #134C55;
}
.TagClassName
{
border-color: #134C55;
}
</style>