Shades of Sherpa Blue #0D4C51
Tints of Sherpa Blue #0D4C51
RGB
CMYK
RGB Variations
Color information
#0D4C51 (or 0x0D4C51) is known color: Sherpa Blue. HEX triplet: 0D, 4C and 51. RGB value is (13,76,81). Sum of RGB (Red+Green+Blue) = 13+76+81=170 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.65% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 81 - color contains mainly: blue. Hex color #0D4C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4C51 is #F2B3AE. Grayscale: #393939. Windows color (decimal): -15905711 or 5327885. OLE color: 5327885.
HSL color Cylindrical-coordinate representation of color #0D4C51: hue angle of 184.41º 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 #0D4C51 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 76 | 81 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.68 |
| HSL | 184.41º | 0.72% | 0.18% | - |
| HSV(B) | 184.41º | 0.84% | 0.32% | - |
| XYZ | 4.24 | 5.85 | 8.69 | - |
| YUV | 57.73 | 141.13 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 76 | 81 | 0.84 | 0.06 | 0 | 0.68 | 184.41 | 0.72 | 0.18 |
| Hex | D | 4C | 51 | 54 | 6 | 0 | 44 | B8 | 48 | 12 |
| Octal | 15 | 114 | 121 | 124 | 6 | 0 | 104 | 270 | 110 | 22 |
| Binary | 1101 | 1001100 | 1010001 | 1010100 | 110 | 0 | 1000100 | 10111000 | 1001000 | 10010 |
Color Harmonies of #0D4C51
Complementary color
Monochromatic Colors of #0D4C51
Black with #0D4C51
Text Example
Text Example
White with #0D4C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4C51; }
p { color: rgb(13,76,81); }
H1.HeaderClassName
{
color: #0D4C51;
}
.AnyTagClassName
{
color: #0D4C51;
}
</style>
background-color css
<style>
a { background-color: #0D4C51; }
a { background-color: rgb(13,76,81); }
div.DivClassName
{
background-color: #0D4C51;
}
.BgClassName
{
background-color: #0D4C51;
}
</style>
border-color css
<style>
span { border-color: #0D4C51; }
span { border-color: rgb(13,76,81); }
td.TdClassName
{
border-color: #0D4C51;
}
.TagClassName
{
border-color: #0D4C51;
}
</style>