Shades of Sherpa Blue #0D4859
Tints of Sherpa Blue #0D4859
RGB
CMYK
RGB Variations
Color information
#0D4859 (or 0x0D4859) is known color: Sherpa Blue. HEX triplet: 0D, 48 and 59. RGB value is (13,72,89). Sum of RGB (Red+Green+Blue) = 13+72+89=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #0D4859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4859 is #F2B7A6. Grayscale: #383838. Windows color (decimal): -15906727 or 5851149. OLE color: 5851149.
HSL color Cylindrical-coordinate representation of color #0D4859: hue angle of 193.42º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D4859 is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 72 | 89 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.65 |
| HSL | 193.42º | 0.75% | 0.2% | - |
| HSV(B) | 193.42º | 0.85% | 0.35% | - |
| XYZ | 4.29 | 5.44 | 10.28 | - |
| YUV | 56.3 | 146.45 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 72 | 89 | 0.85 | 0.19 | 0 | 0.65 | 193.42 | 0.75 | 0.2 |
| Hex | D | 48 | 59 | 55 | 13 | 0 | 41 | C1 | 4B | 14 |
| Octal | 15 | 110 | 131 | 125 | 23 | 0 | 101 | 301 | 113 | 24 |
| Binary | 1101 | 1001000 | 1011001 | 1010101 | 10011 | 0 | 1000001 | 11000001 | 1001011 | 10100 |
Color Harmonies of #0D4859
Complementary color
Monochromatic Colors of #0D4859
Black with #0D4859
Text Example
Text Example
White with #0D4859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4859; }
p { color: rgb(13,72,89); }
H1.HeaderClassName
{
color: #0D4859;
}
.AnyTagClassName
{
color: #0D4859;
}
</style>
background-color css
<style>
a { background-color: #0D4859; }
a { background-color: rgb(13,72,89); }
div.DivClassName
{
background-color: #0D4859;
}
.BgClassName
{
background-color: #0D4859;
}
</style>
border-color css
<style>
span { border-color: #0D4859; }
span { border-color: rgb(13,72,89); }
td.TdClassName
{
border-color: #0D4859;
}
.TagClassName
{
border-color: #0D4859;
}
</style>