Shades of Sherpa Blue #0D4F51
Tints of Sherpa Blue #0D4F51
RGB
CMYK
RGB Variations
Color information
#0D4F51 (or 0x0D4F51) is known color: Sherpa Blue. HEX triplet: 0D, 4F and 51. RGB value is (13,79,81). Sum of RGB (Red+Green+Blue) = 13+79+81=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 81 - color contains mainly: blue. Hex color #0D4F51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4F51 is #F2B0AE. Grayscale: #3B3B3B. Windows color (decimal): -15904943 or 5328653. OLE color: 5328653.
HSL color Cylindrical-coordinate representation of color #0D4F51: hue angle of 181.76º 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 #0D4F51 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 79 | 81 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.68 |
| HSL | 181.76º | 0.72% | 0.18% | - |
| HSV(B) | 181.76º | 0.84% | 0.32% | - |
| XYZ | 4.45 | 6.27 | 8.76 | - |
| YUV | 59.49 | 140.13 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 79 | 81 | 0.84 | 0.02 | 0 | 0.68 | 181.76 | 0.72 | 0.18 |
| Hex | D | 4F | 51 | 54 | 2 | 0 | 44 | B6 | 48 | 12 |
| Octal | 15 | 117 | 121 | 124 | 2 | 0 | 104 | 266 | 110 | 22 |
| Binary | 1101 | 1001111 | 1010001 | 1010100 | 10 | 0 | 1000100 | 10110110 | 1001000 | 10010 |
Color Harmonies of #0D4F51
Complementary color
Monochromatic Colors of #0D4F51
Black with #0D4F51
Text Example
Text Example
White with #0D4F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4F51; }
p { color: rgb(13,79,81); }
H1.HeaderClassName
{
color: #0D4F51;
}
.AnyTagClassName
{
color: #0D4F51;
}
</style>
background-color css
<style>
a { background-color: #0D4F51; }
a { background-color: rgb(13,79,81); }
div.DivClassName
{
background-color: #0D4F51;
}
.BgClassName
{
background-color: #0D4F51;
}
</style>
border-color css
<style>
span { border-color: #0D4F51; }
span { border-color: rgb(13,79,81); }
td.TdClassName
{
border-color: #0D4F51;
}
.TagClassName
{
border-color: #0D4F51;
}
</style>