Shades of Sherpa Blue #0D4B58
Tints of Sherpa Blue #0D4B58
RGB
CMYK
RGB Variations
Color information
#0D4B58 (or 0x0D4B58) is known color: Sherpa Blue. HEX triplet: 0D, 4B and 58. RGB value is (13,75,88). Sum of RGB (Red+Green+Blue) = 13+75+88=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #0D4B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4B58 is #F2B4A7. Grayscale: #393939. Windows color (decimal): -15905960 or 5786381. OLE color: 5786381.
HSL color Cylindrical-coordinate representation of color #0D4B58: hue angle of 190.4º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D4B58 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 75 | 88 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.65 |
| HSL | 190.4º | 0.74% | 0.2% | - |
| HSV(B) | 190.4º | 0.85% | 0.35% | - |
| XYZ | 4.44 | 5.82 | 10.12 | - |
| YUV | 57.94 | 144.96 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 75 | 88 | 0.85 | 0.15 | 0 | 0.65 | 190.4 | 0.74 | 0.2 |
| Hex | D | 4B | 58 | 55 | F | 0 | 41 | BE | 4A | 14 |
| Octal | 15 | 113 | 130 | 125 | 17 | 0 | 101 | 276 | 112 | 24 |
| Binary | 1101 | 1001011 | 1011000 | 1010101 | 1111 | 0 | 1000001 | 10111110 | 1001010 | 10100 |
Color Harmonies of #0D4B58
Complementary color
Monochromatic Colors of #0D4B58
Black with #0D4B58
Text Example
Text Example
White with #0D4B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4B58; }
p { color: rgb(13,75,88); }
H1.HeaderClassName
{
color: #0D4B58;
}
.AnyTagClassName
{
color: #0D4B58;
}
</style>
background-color css
<style>
a { background-color: #0D4B58; }
a { background-color: rgb(13,75,88); }
div.DivClassName
{
background-color: #0D4B58;
}
.BgClassName
{
background-color: #0D4B58;
}
</style>
border-color css
<style>
span { border-color: #0D4B58; }
span { border-color: rgb(13,75,88); }
td.TdClassName
{
border-color: #0D4B58;
}
.TagClassName
{
border-color: #0D4B58;
}
</style>