Shades of Sherpa Blue #0D4C58
Tints of Sherpa Blue #0D4C58
RGB
CMYK
RGB Variations
Color information
#0D4C58 (or 0x0D4C58) is known color: Sherpa Blue. HEX triplet: 0D, 4C and 58. RGB value is (13,76,88). Sum of RGB (Red+Green+Blue) = 13+76+88=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #0D4C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4C58 is #F2B3A7. Grayscale: #3A3A3A. Windows color (decimal): -15905704 or 5786637. OLE color: 5786637.
HSL color Cylindrical-coordinate representation of color #0D4C58: hue angle of 189.6º 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 #0D4C58 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 76 | 88 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.65 |
| HSL | 189.6º | 0.74% | 0.2% | - |
| HSV(B) | 189.6º | 0.85% | 0.35% | - |
| XYZ | 4.51 | 5.96 | 10.14 | - |
| YUV | 58.53 | 144.63 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 76 | 88 | 0.85 | 0.14 | 0 | 0.65 | 189.6 | 0.74 | 0.2 |
| Hex | D | 4C | 58 | 55 | E | 0 | 41 | BE | 4A | 14 |
| Octal | 15 | 114 | 130 | 125 | 16 | 0 | 101 | 276 | 112 | 24 |
| Binary | 1101 | 1001100 | 1011000 | 1010101 | 1110 | 0 | 1000001 | 10111110 | 1001010 | 10100 |
Color Harmonies of #0D4C58
Complementary color
Monochromatic Colors of #0D4C58
Black with #0D4C58
Text Example
Text Example
White with #0D4C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4C58; }
p { color: rgb(13,76,88); }
H1.HeaderClassName
{
color: #0D4C58;
}
.AnyTagClassName
{
color: #0D4C58;
}
</style>
background-color css
<style>
a { background-color: #0D4C58; }
a { background-color: rgb(13,76,88); }
div.DivClassName
{
background-color: #0D4C58;
}
.BgClassName
{
background-color: #0D4C58;
}
</style>
border-color css
<style>
span { border-color: #0D4C58; }
span { border-color: rgb(13,76,88); }
td.TdClassName
{
border-color: #0D4C58;
}
.TagClassName
{
border-color: #0D4C58;
}
</style>