Shades of Sherpa Blue #0A4457
Tints of Sherpa Blue #0A4457
RGB
CMYK
RGB Variations
Color information
#0A4457 (or 0x0A4457) is known color: Sherpa Blue. HEX triplet: 0A, 44 and 57. RGB value is (10,68,87). Sum of RGB (Red+Green+Blue) = 10+68+87=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #0A4457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4457 is #F5BBA8. Grayscale: #343434. Windows color (decimal): -16104361 or 5719050. OLE color: 5719050.
HSL color Cylindrical-coordinate representation of color #0A4457: hue angle of 194.81º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A4457 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 68 | 87 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.66 |
| HSL | 194.81º | 0.79% | 0.19% | - |
| HSV(B) | 194.81º | 0.89% | 0.34% | - |
| XYZ | 3.91 | 4.89 | 9.75 | - |
| YUV | 52.82 | 147.28 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 68 | 87 | 0.89 | 0.22 | 0 | 0.66 | 194.81 | 0.79 | 0.19 |
| Hex | A | 44 | 57 | 59 | 16 | 0 | 42 | C3 | 4F | 13 |
| Octal | 12 | 104 | 127 | 131 | 26 | 0 | 102 | 303 | 117 | 23 |
| Binary | 1010 | 1000100 | 1010111 | 1011001 | 10110 | 0 | 1000010 | 11000011 | 1001111 | 10011 |
Color Harmonies of #0A4457
Complementary color
Monochromatic Colors of #0A4457
Black with #0A4457
Text Example
Text Example
White with #0A4457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4457; }
p { color: rgb(10,68,87); }
H1.HeaderClassName
{
color: #0A4457;
}
.AnyTagClassName
{
color: #0A4457;
}
</style>
background-color css
<style>
a { background-color: #0A4457; }
a { background-color: rgb(10,68,87); }
div.DivClassName
{
background-color: #0A4457;
}
.BgClassName
{
background-color: #0A4457;
}
</style>
border-color css
<style>
span { border-color: #0A4457; }
span { border-color: rgb(10,68,87); }
td.TdClassName
{
border-color: #0A4457;
}
.TagClassName
{
border-color: #0A4457;
}
</style>