Shades of Sherpa Blue #0D4D50
Tints of Sherpa Blue #0D4D50
RGB
CMYK
RGB Variations
Color information
#0D4D50 (or 0x0D4D50) is known color: Sherpa Blue. HEX triplet: 0D, 4D and 50. RGB value is (13,77,80). Sum of RGB (Red+Green+Blue) = 13+77+80=170 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.65% from 170); Green value is 77 (30.47% from 255 or 45.29% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #0D4D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4D50 is #F2B2AF. Grayscale: #3A3A3A. Windows color (decimal): -15905456 or 5262605. OLE color: 5262605.
HSL color Cylindrical-coordinate representation of color #0D4D50: hue angle of 182.69º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D4D50 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 77 | 80 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.69 |
| HSL | 182.69º | 0.72% | 0.18% | - |
| HSV(B) | 182.69º | 0.84% | 0.31% | - |
| XYZ | 4.27 | 5.97 | 8.52 | - |
| YUV | 58.21 | 140.3 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 77 | 80 | 0.84 | 0.04 | 0 | 0.69 | 182.69 | 0.72 | 0.18 |
| Hex | D | 4D | 50 | 54 | 4 | 0 | 45 | B7 | 48 | 12 |
| Octal | 15 | 115 | 120 | 124 | 4 | 0 | 105 | 267 | 110 | 22 |
| Binary | 1101 | 1001101 | 1010000 | 1010100 | 100 | 0 | 1000101 | 10110111 | 1001000 | 10010 |
Color Harmonies of #0D4D50
Complementary color
Monochromatic Colors of #0D4D50
Black with #0D4D50
Text Example
Text Example
White with #0D4D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4D50; }
p { color: rgb(13,77,80); }
H1.HeaderClassName
{
color: #0D4D50;
}
.AnyTagClassName
{
color: #0D4D50;
}
</style>
background-color css
<style>
a { background-color: #0D4D50; }
a { background-color: rgb(13,77,80); }
div.DivClassName
{
background-color: #0D4D50;
}
.BgClassName
{
background-color: #0D4D50;
}
</style>
border-color css
<style>
span { border-color: #0D4D50; }
span { border-color: rgb(13,77,80); }
td.TdClassName
{
border-color: #0D4D50;
}
.TagClassName
{
border-color: #0D4D50;
}
</style>