Shades of Sherpa Blue #0D4F5E
Tints of Sherpa Blue #0D4F5E
RGB
CMYK
RGB Variations
Color information
#0D4F5E (or 0x0D4F5E) is known color: Sherpa Blue. HEX triplet: 0D, 4F and 5E. RGB value is (13,79,94). Sum of RGB (Red+Green+Blue) = 13+79+94=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #0D4F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4F5E is #F2B0A1. Grayscale: #3C3C3C. Windows color (decimal): -15904930 or 6180621. OLE color: 6180621.
HSL color Cylindrical-coordinate representation of color #0D4F5E: hue angle of 191.11º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D4F5E is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 13 | 79 | 94 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.63 |
| HSL | 191.11º | 0.76% | 0.21% | - |
| HSV(B) | 191.11º | 0.86% | 0.37% | - |
| XYZ | 4.98 | 6.49 | 11.58 | - |
| YUV | 60.98 | 146.63 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 79 | 94 | 0.86 | 0.16 | 0 | 0.63 | 191.11 | 0.76 | 0.21 |
| Hex | D | 4F | 5E | 56 | 10 | 0 | 3F | BF | 4C | 15 |
| Octal | 15 | 117 | 136 | 126 | 20 | 0 | 77 | 277 | 114 | 25 |
| Binary | 1101 | 1001111 | 1011110 | 1010110 | 10000 | 0 | 111111 | 10111111 | 1001100 | 10101 |
Color Harmonies of #0D4F5E
Complementary color
Monochromatic Colors of #0D4F5E
Black with #0D4F5E
Text Example
Text Example
White with #0D4F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4F5E; }
p { color: rgb(13,79,94); }
H1.HeaderClassName
{
color: #0D4F5E;
}
.AnyTagClassName
{
color: #0D4F5E;
}
</style>
background-color css
<style>
a { background-color: #0D4F5E; }
a { background-color: rgb(13,79,94); }
div.DivClassName
{
background-color: #0D4F5E;
}
.BgClassName
{
background-color: #0D4F5E;
}
</style>
border-color css
<style>
span { border-color: #0D4F5E; }
span { border-color: rgb(13,79,94); }
td.TdClassName
{
border-color: #0D4F5E;
}
.TagClassName
{
border-color: #0D4F5E;
}
</style>