Shades of Sherpa Blue #0D4B51
Tints of Sherpa Blue #0D4B51
RGB
CMYK
RGB Variations
Color information
#0D4B51 (or 0x0D4B51) is known color: Sherpa Blue. HEX triplet: 0D, 4B and 51. RGB value is (13,75,81). Sum of RGB (Red+Green+Blue) = 13+75+81=169 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.69% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #0D4B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4B51 is #F2B4AE. Grayscale: #393939. Windows color (decimal): -15905967 or 5327629. OLE color: 5327629.
HSL color Cylindrical-coordinate representation of color #0D4B51: hue angle of 185.29º 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 #0D4B51 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 75 | 81 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.68 |
| HSL | 185.29º | 0.72% | 0.18% | - |
| HSV(B) | 185.29º | 0.84% | 0.32% | - |
| XYZ | 4.17 | 5.71 | 8.67 | - |
| YUV | 57.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 75 | 81 | 0.84 | 0.07 | 0 | 0.68 | 185.29 | 0.72 | 0.18 |
| Hex | D | 4B | 51 | 54 | 7 | 0 | 44 | B9 | 48 | 12 |
| Octal | 15 | 113 | 121 | 124 | 7 | 0 | 104 | 271 | 110 | 22 |
| Binary | 1101 | 1001011 | 1010001 | 1010100 | 111 | 0 | 1000100 | 10111001 | 1001000 | 10010 |
Color Harmonies of #0D4B51
Complementary color
Monochromatic Colors of #0D4B51
Black with #0D4B51
Text Example
Text Example
White with #0D4B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4B51; }
p { color: rgb(13,75,81); }
H1.HeaderClassName
{
color: #0D4B51;
}
.AnyTagClassName
{
color: #0D4B51;
}
</style>
background-color css
<style>
a { background-color: #0D4B51; }
a { background-color: rgb(13,75,81); }
div.DivClassName
{
background-color: #0D4B51;
}
.BgClassName
{
background-color: #0D4B51;
}
</style>
border-color css
<style>
span { border-color: #0D4B51; }
span { border-color: rgb(13,75,81); }
td.TdClassName
{
border-color: #0D4B51;
}
.TagClassName
{
border-color: #0D4B51;
}
</style>