Shades of Sherpa Blue #0D4D5B
Tints of Sherpa Blue #0D4D5B
RGB
CMYK
RGB Variations
Color information
#0D4D5B (or 0x0D4D5B) is known color: Sherpa Blue. HEX triplet: 0D, 4D and 5B. RGB value is (13,77,91). Sum of RGB (Red+Green+Blue) = 13+77+91=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D4D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4D5B is #F2B2A4. Grayscale: #3B3B3B. Windows color (decimal): -15905445 or 5983501. OLE color: 5983501.
HSL color Cylindrical-coordinate representation of color #0D4D5B: hue angle of 190.77º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D4D5B is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 13 | 77 | 91 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.64 |
| HSL | 190.77º | 0.75% | 0.2% | - |
| HSV(B) | 190.77º | 0.86% | 0.36% | - |
| XYZ | 4.71 | 6.15 | 10.84 | - |
| YUV | 59.46 | 145.8 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 77 | 91 | 0.86 | 0.15 | 0 | 0.64 | 190.77 | 0.75 | 0.2 |
| Hex | D | 4D | 5B | 56 | F | 0 | 40 | BF | 4B | 14 |
| Octal | 15 | 115 | 133 | 126 | 17 | 0 | 100 | 277 | 113 | 24 |
| Binary | 1101 | 1001101 | 1011011 | 1010110 | 1111 | 0 | 1000000 | 10111111 | 1001011 | 10100 |
Color Harmonies of #0D4D5B
Complementary color
Monochromatic Colors of #0D4D5B
Black with #0D4D5B
Text Example
Text Example
White with #0D4D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4D5B; }
p { color: rgb(13,77,91); }
H1.HeaderClassName
{
color: #0D4D5B;
}
.AnyTagClassName
{
color: #0D4D5B;
}
</style>
background-color css
<style>
a { background-color: #0D4D5B; }
a { background-color: rgb(13,77,91); }
div.DivClassName
{
background-color: #0D4D5B;
}
.BgClassName
{
background-color: #0D4D5B;
}
</style>
border-color css
<style>
span { border-color: #0D4D5B; }
span { border-color: rgb(13,77,91); }
td.TdClassName
{
border-color: #0D4D5B;
}
.TagClassName
{
border-color: #0D4D5B;
}
</style>