Shades of Sherpa Blue #0D4751
Tints of Sherpa Blue #0D4751
RGB
CMYK
RGB Variations
Color information
#0D4751 (or 0x0D4751) is known color: Sherpa Blue. HEX triplet: 0D, 47 and 51. RGB value is (13,71,81). Sum of RGB (Red+Green+Blue) = 13+71+81=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #0D4751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4751 is #F2B8AE. Grayscale: #363636. Windows color (decimal): -15906991 or 5326605. OLE color: 5326605.
HSL color Cylindrical-coordinate representation of color #0D4751: hue angle of 188.82º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D4751 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 71 | 81 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.68 |
| HSL | 188.82º | 0.72% | 0.18% | - |
| HSV(B) | 188.82º | 0.84% | 0.32% | - |
| XYZ | 3.9 | 5.19 | 8.58 | - |
| YUV | 54.8 | 142.78 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 71 | 81 | 0.84 | 0.12 | 0 | 0.68 | 188.82 | 0.72 | 0.18 |
| Hex | D | 47 | 51 | 54 | C | 0 | 44 | BD | 48 | 12 |
| Octal | 15 | 107 | 121 | 124 | 14 | 0 | 104 | 275 | 110 | 22 |
| Binary | 1101 | 1000111 | 1010001 | 1010100 | 1100 | 0 | 1000100 | 10111101 | 1001000 | 10010 |
Color Harmonies of #0D4751
Complementary color
Monochromatic Colors of #0D4751
Black with #0D4751
Text Example
Text Example
White with #0D4751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4751; }
p { color: rgb(13,71,81); }
H1.HeaderClassName
{
color: #0D4751;
}
.AnyTagClassName
{
color: #0D4751;
}
</style>
background-color css
<style>
a { background-color: #0D4751; }
a { background-color: rgb(13,71,81); }
div.DivClassName
{
background-color: #0D4751;
}
.BgClassName
{
background-color: #0D4751;
}
</style>
border-color css
<style>
span { border-color: #0D4751; }
span { border-color: rgb(13,71,81); }
td.TdClassName
{
border-color: #0D4751;
}
.TagClassName
{
border-color: #0D4751;
}
</style>