Shades of Sherpa Blue #0D4F59
Tints of Sherpa Blue #0D4F59
RGB
CMYK
RGB Variations
Color information
#0D4F59 (or 0x0D4F59) is known color: Sherpa Blue. HEX triplet: 0D, 4F and 59. RGB value is (13,79,89). Sum of RGB (Red+Green+Blue) = 13+79+89=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D4F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4F59 is #F2B0A6. Grayscale: #3C3C3C. Windows color (decimal): -15904935 or 5852941. OLE color: 5852941.
HSL color Cylindrical-coordinate representation of color #0D4F59: hue angle of 187.89º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D4F59 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 79 | 89 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.65 |
| HSL | 187.89º | 0.75% | 0.2% | - |
| HSV(B) | 187.89º | 0.85% | 0.35% | - |
| XYZ | 4.77 | 6.4 | 10.44 | - |
| YUV | 60.41 | 144.13 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 79 | 89 | 0.85 | 0.11 | 0 | 0.65 | 187.89 | 0.75 | 0.2 |
| Hex | D | 4F | 59 | 55 | B | 0 | 41 | BC | 4B | 14 |
| Octal | 15 | 117 | 131 | 125 | 13 | 0 | 101 | 274 | 113 | 24 |
| Binary | 1101 | 1001111 | 1011001 | 1010101 | 1011 | 0 | 1000001 | 10111100 | 1001011 | 10100 |
Color Harmonies of #0D4F59
Complementary color
Monochromatic Colors of #0D4F59
Black with #0D4F59
Text Example
Text Example
White with #0D4F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4F59; }
p { color: rgb(13,79,89); }
H1.HeaderClassName
{
color: #0D4F59;
}
.AnyTagClassName
{
color: #0D4F59;
}
</style>
background-color css
<style>
a { background-color: #0D4F59; }
a { background-color: rgb(13,79,89); }
div.DivClassName
{
background-color: #0D4F59;
}
.BgClassName
{
background-color: #0D4F59;
}
</style>
border-color css
<style>
span { border-color: #0D4F59; }
span { border-color: rgb(13,79,89); }
td.TdClassName
{
border-color: #0D4F59;
}
.TagClassName
{
border-color: #0D4F59;
}
</style>