Shades of Sherpa Blue #0D5256
Tints of Sherpa Blue #0D5256
RGB
CMYK
RGB Variations
Color information
#0D5256 (or 0x0D5256) is known color: Sherpa Blue. HEX triplet: 0D, 52 and 56. RGB value is (13,82,86). Sum of RGB (Red+Green+Blue) = 13+82+86=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #0D5256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5256 is #F2ADA9. Grayscale: #3D3D3D. Windows color (decimal): -15904170 or 5657101. OLE color: 5657101.
HSL color Cylindrical-coordinate representation of color #0D5256: hue angle of 183.29º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5256 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 82 | 86 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.66 |
| HSL | 183.29º | 0.74% | 0.19% | - |
| HSV(B) | 183.29º | 0.85% | 0.34% | - |
| XYZ | 4.86 | 6.79 | 9.86 | - |
| YUV | 61.83 | 141.64 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 82 | 86 | 0.85 | 0.05 | 0 | 0.66 | 183.29 | 0.74 | 0.19 |
| Hex | D | 52 | 56 | 55 | 5 | 0 | 42 | B7 | 4A | 13 |
| Octal | 15 | 122 | 126 | 125 | 5 | 0 | 102 | 267 | 112 | 23 |
| Binary | 1101 | 1010010 | 1010110 | 1010101 | 101 | 0 | 1000010 | 10110111 | 1001010 | 10011 |
Color Harmonies of #0D5256
Complementary color
Monochromatic Colors of #0D5256
Black with #0D5256
Text Example
Text Example
White with #0D5256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5256; }
p { color: rgb(13,82,86); }
H1.HeaderClassName
{
color: #0D5256;
}
.AnyTagClassName
{
color: #0D5256;
}
</style>
background-color css
<style>
a { background-color: #0D5256; }
a { background-color: rgb(13,82,86); }
div.DivClassName
{
background-color: #0D5256;
}
.BgClassName
{
background-color: #0D5256;
}
</style>
border-color css
<style>
span { border-color: #0D5256; }
span { border-color: rgb(13,82,86); }
td.TdClassName
{
border-color: #0D5256;
}
.TagClassName
{
border-color: #0D5256;
}
</style>