Shades of Sherpa Blue #0D505A
Tints of Sherpa Blue #0D505A
RGB
CMYK
RGB Variations
Color information
#0D505A (or 0x0D505A) is known color: Sherpa Blue. HEX triplet: 0D, 50 and 5A. RGB value is (13,80,90). Sum of RGB (Red+Green+Blue) = 13+80+90=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #0D505A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D505A is #F2AFA5. Grayscale: #3C3C3C. Windows color (decimal): -15904678 or 5918733. OLE color: 5918733.
HSL color Cylindrical-coordinate representation of color #0D505A: hue angle of 187.79º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D505A is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 13 | 80 | 90 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.65 |
| HSL | 187.79º | 0.75% | 0.2% | - |
| HSV(B) | 187.79º | 0.86% | 0.35% | - |
| XYZ | 4.88 | 6.56 | 10.68 | - |
| YUV | 61.11 | 144.3 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 80 | 90 | 0.86 | 0.11 | 0 | 0.65 | 187.79 | 0.75 | 0.2 |
| Hex | D | 50 | 5A | 56 | B | 0 | 41 | BC | 4B | 14 |
| Octal | 15 | 120 | 132 | 126 | 13 | 0 | 101 | 274 | 113 | 24 |
| Binary | 1101 | 1010000 | 1011010 | 1010110 | 1011 | 0 | 1000001 | 10111100 | 1001011 | 10100 |
Color Harmonies of #0D505A
Complementary color
Monochromatic Colors of #0D505A
Black with #0D505A
Text Example
Text Example
White with #0D505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D505A; }
p { color: rgb(13,80,90); }
H1.HeaderClassName
{
color: #0D505A;
}
.AnyTagClassName
{
color: #0D505A;
}
</style>
background-color css
<style>
a { background-color: #0D505A; }
a { background-color: rgb(13,80,90); }
div.DivClassName
{
background-color: #0D505A;
}
.BgClassName
{
background-color: #0D505A;
}
</style>
border-color css
<style>
span { border-color: #0D505A; }
span { border-color: rgb(13,80,90); }
td.TdClassName
{
border-color: #0D505A;
}
.TagClassName
{
border-color: #0D505A;
}
</style>