Shades of Sherpa Blue #0D5260
Tints of Sherpa Blue #0D5260
RGB
CMYK
RGB Variations
Color information
#0D5260 (or 0x0D5260) is known color: Sherpa Blue. HEX triplet: 0D, 52 and 60. RGB value is (13,82,96). Sum of RGB (Red+Green+Blue) = 13+82+96=191 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.81% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #0D5260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5260 is #F2AD9F. Grayscale: #3E3E3E. Windows color (decimal): -15904160 or 6312461. OLE color: 6312461.
HSL color Cylindrical-coordinate representation of color #0D5260: hue angle of 190.12º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5260 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 13 | 82 | 96 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.62 |
| HSL | 190.12º | 0.76% | 0.21% | - |
| HSV(B) | 190.12º | 0.86% | 0.38% | - |
| XYZ | 5.29 | 6.96 | 12.13 | - |
| YUV | 62.97 | 146.64 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 82 | 96 | 0.86 | 0.15 | 0 | 0.62 | 190.12 | 0.76 | 0.21 |
| Hex | D | 52 | 60 | 56 | F | 0 | 3E | BE | 4C | 15 |
| Octal | 15 | 122 | 140 | 126 | 17 | 0 | 76 | 276 | 114 | 25 |
| Binary | 1101 | 1010010 | 1100000 | 1010110 | 1111 | 0 | 111110 | 10111110 | 1001100 | 10101 |
Color Harmonies of #0D5260
Complementary color
Monochromatic Colors of #0D5260
Black with #0D5260
Text Example
Text Example
White with #0D5260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5260; }
p { color: rgb(13,82,96); }
H1.HeaderClassName
{
color: #0D5260;
}
.AnyTagClassName
{
color: #0D5260;
}
</style>
background-color css
<style>
a { background-color: #0D5260; }
a { background-color: rgb(13,82,96); }
div.DivClassName
{
background-color: #0D5260;
}
.BgClassName
{
background-color: #0D5260;
}
</style>
border-color css
<style>
span { border-color: #0D5260; }
span { border-color: rgb(13,82,96); }
td.TdClassName
{
border-color: #0D5260;
}
.TagClassName
{
border-color: #0D5260;
}
</style>