Shades of Sherpa Blue #0D4956
Tints of Sherpa Blue #0D4956
RGB
CMYK
RGB Variations
Color information
#0D4956 (or 0x0D4956) is known color: Sherpa Blue. HEX triplet: 0D, 49 and 56. RGB value is (13,73,86). Sum of RGB (Red+Green+Blue) = 13+73+86=172 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.56% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #0D4956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4956 is #F2B6A9. Grayscale: #383838. Windows color (decimal): -15906474 or 5654797. OLE color: 5654797.
HSL color Cylindrical-coordinate representation of color #0D4956: hue angle of 190.68º 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 #0D4956 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 13 | 73 | 86 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.66 |
| HSL | 190.68º | 0.74% | 0.19% | - |
| HSV(B) | 190.68º | 0.85% | 0.34% | - |
| XYZ | 4.23 | 5.52 | 9.65 | - |
| YUV | 56.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 73 | 86 | 0.85 | 0.15 | 0 | 0.66 | 190.68 | 0.74 | 0.19 |
| Hex | D | 49 | 56 | 55 | F | 0 | 42 | BF | 4A | 13 |
| Octal | 15 | 111 | 126 | 125 | 17 | 0 | 102 | 277 | 112 | 23 |
| Binary | 1101 | 1001001 | 1010110 | 1010101 | 1111 | 0 | 1000010 | 10111111 | 1001010 | 10011 |
Color Harmonies of #0D4956
Complementary color
Monochromatic Colors of #0D4956
Black with #0D4956
Text Example
Text Example
White with #0D4956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4956; }
p { color: rgb(13,73,86); }
H1.HeaderClassName
{
color: #0D4956;
}
.AnyTagClassName
{
color: #0D4956;
}
</style>
background-color css
<style>
a { background-color: #0D4956; }
a { background-color: rgb(13,73,86); }
div.DivClassName
{
background-color: #0D4956;
}
.BgClassName
{
background-color: #0D4956;
}
</style>
border-color css
<style>
span { border-color: #0D4956; }
span { border-color: rgb(13,73,86); }
td.TdClassName
{
border-color: #0D4956;
}
.TagClassName
{
border-color: #0D4956;
}
</style>