Shades of Sherpa Blue #0A4550
Tints of Sherpa Blue #0A4550
RGB
CMYK
RGB Variations
Color information
#0A4550 (or 0x0A4550) is known color: Sherpa Blue. HEX triplet: 0A, 45 and 50. RGB value is (10,69,80). Sum of RGB (Red+Green+Blue) = 10+69+80=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #0A4550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4550 is #F5BAAF. Grayscale: #343434. Windows color (decimal): -16104112 or 5260554. OLE color: 5260554.
HSL color Cylindrical-coordinate representation of color #0A4550: hue angle of 189.43º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A4550 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 69 | 80 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.69 |
| HSL | 189.43º | 0.78% | 0.18% | - |
| HSV(B) | 189.43º | 0.88% | 0.31% | - |
| XYZ | 3.7 | 4.9 | 8.34 | - |
| YUV | 52.61 | 143.45 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 69 | 80 | 0.87 | 0.14 | 0 | 0.69 | 189.43 | 0.78 | 0.18 |
| Hex | A | 45 | 50 | 57 | E | 0 | 45 | BD | 4E | 12 |
| Octal | 12 | 105 | 120 | 127 | 16 | 0 | 105 | 275 | 116 | 22 |
| Binary | 1010 | 1000101 | 1010000 | 1010111 | 1110 | 0 | 1000101 | 10111101 | 1001110 | 10010 |
Color Harmonies of #0A4550
Complementary color
Monochromatic Colors of #0A4550
Black with #0A4550
Text Example
Text Example
White with #0A4550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4550; }
p { color: rgb(10,69,80); }
H1.HeaderClassName
{
color: #0A4550;
}
.AnyTagClassName
{
color: #0A4550;
}
</style>
background-color css
<style>
a { background-color: #0A4550; }
a { background-color: rgb(10,69,80); }
div.DivClassName
{
background-color: #0A4550;
}
.BgClassName
{
background-color: #0A4550;
}
</style>
border-color css
<style>
span { border-color: #0A4550; }
span { border-color: rgb(10,69,80); }
td.TdClassName
{
border-color: #0A4550;
}
.TagClassName
{
border-color: #0A4550;
}
</style>