Shades of Sherpa Blue #0D5053
Tints of Sherpa Blue #0D5053
RGB
CMYK
RGB Variations
Color information
#0D5053 (or 0x0D5053) is known color: Sherpa Blue. HEX triplet: 0D, 50 and 53. RGB value is (13,80,83). Sum of RGB (Red+Green+Blue) = 13+80+83=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #0D5053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5053 is #F2AFAC. Grayscale: #3C3C3C. Windows color (decimal): -15904685 or 5459981. OLE color: 5459981.
HSL color Cylindrical-coordinate representation of color #0D5053: hue angle of 182.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D5053 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 13 | 80 | 83 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.67 |
| HSL | 182.57º | 0.73% | 0.19% | - |
| HSV(B) | 182.57º | 0.84% | 0.33% | - |
| XYZ | 4.6 | 6.45 | 9.19 | - |
| YUV | 60.31 | 140.8 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 80 | 83 | 0.84 | 0.04 | 0 | 0.67 | 182.57 | 0.73 | 0.19 |
| Hex | D | 50 | 53 | 54 | 4 | 0 | 43 | B7 | 49 | 13 |
| Octal | 15 | 120 | 123 | 124 | 4 | 0 | 103 | 267 | 111 | 23 |
| Binary | 1101 | 1010000 | 1010011 | 1010100 | 100 | 0 | 1000011 | 10110111 | 1001001 | 10011 |
Color Harmonies of #0D5053
Complementary color
Monochromatic Colors of #0D5053
Black with #0D5053
Text Example
Text Example
White with #0D5053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D5053; }
p { color: rgb(13,80,83); }
H1.HeaderClassName
{
color: #0D5053;
}
.AnyTagClassName
{
color: #0D5053;
}
</style>
background-color css
<style>
a { background-color: #0D5053; }
a { background-color: rgb(13,80,83); }
div.DivClassName
{
background-color: #0D5053;
}
.BgClassName
{
background-color: #0D5053;
}
</style>
border-color css
<style>
span { border-color: #0D5053; }
span { border-color: rgb(13,80,83); }
td.TdClassName
{
border-color: #0D5053;
}
.TagClassName
{
border-color: #0D5053;
}
</style>