Shades of Sherpa Blue #0D5155
Tints of Sherpa Blue #0D5155
RGB
CMYK
RGB Variations
Color information
#0D5155 (or 0x0D5155) is known color: Sherpa Blue. HEX triplet: 0D, 51 and 55. RGB value is (13,81,85). Sum of RGB (Red+Green+Blue) = 13+81+85=179 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.26% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #0D5155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5155 is #F2AEAA. Grayscale: #3D3D3D. Windows color (decimal): -15904427 or 5591309. OLE color: 5591309.
HSL color Cylindrical-coordinate representation of color #0D5155: hue angle of 183.33º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5155 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 81 | 85 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.67 |
| HSL | 183.33º | 0.73% | 0.19% | - |
| HSV(B) | 183.33º | 0.85% | 0.33% | - |
| XYZ | 4.75 | 6.63 | 9.62 | - |
| YUV | 61.12 | 141.47 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 81 | 85 | 0.85 | 0.05 | 0 | 0.67 | 183.33 | 0.73 | 0.19 |
| Hex | D | 51 | 55 | 55 | 5 | 0 | 43 | B7 | 49 | 13 |
| Octal | 15 | 121 | 125 | 125 | 5 | 0 | 103 | 267 | 111 | 23 |
| Binary | 1101 | 1010001 | 1010101 | 1010101 | 101 | 0 | 1000011 | 10110111 | 1001001 | 10011 |
Color Harmonies of #0D5155
Complementary color
Monochromatic Colors of #0D5155
Black with #0D5155
Text Example
Text Example
White with #0D5155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5155; }
p { color: rgb(13,81,85); }
H1.HeaderClassName
{
color: #0D5155;
}
.AnyTagClassName
{
color: #0D5155;
}
</style>
background-color css
<style>
a { background-color: #0D5155; }
a { background-color: rgb(13,81,85); }
div.DivClassName
{
background-color: #0D5155;
}
.BgClassName
{
background-color: #0D5155;
}
</style>
border-color css
<style>
span { border-color: #0D5155; }
span { border-color: rgb(13,81,85); }
td.TdClassName
{
border-color: #0D5155;
}
.TagClassName
{
border-color: #0D5155;
}
</style>