Shades of Sherpa Blue #0A4E5A
Tints of Sherpa Blue #0A4E5A
RGB
CMYK
RGB Variations
Color information
#0A4E5A (or 0x0A4E5A) is known color: Sherpa Blue. HEX triplet: 0A, 4E and 5A. RGB value is (10,78,90). Sum of RGB (Red+Green+Blue) = 10+78+90=178 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.62% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #0A4E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A4E5A is #F5B1A5. Grayscale: #3A3A3A. Windows color (decimal): -16101798 or 5918218. OLE color: 5918218.
HSL color Cylindrical-coordinate representation of color #0A4E5A: hue angle of 189º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A4E5A is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 78 | 90 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.65 |
| HSL | 189º | 0.8% | 0.2% | - |
| HSV(B) | 189º | 0.89% | 0.35% | - |
| XYZ | 4.7 | 6.25 | 10.63 | - |
| YUV | 59.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 78 | 90 | 0.89 | 0.13 | 0 | 0.65 | 189 | 0.8 | 0.2 |
| Hex | A | 4E | 5A | 59 | D | 0 | 41 | BD | 50 | 14 |
| Octal | 12 | 116 | 132 | 131 | 15 | 0 | 101 | 275 | 120 | 24 |
| Binary | 1010 | 1001110 | 1011010 | 1011001 | 1101 | 0 | 1000001 | 10111101 | 1010000 | 10100 |
Color Harmonies of #0A4E5A
Complementary color
Monochromatic Colors of #0A4E5A
Black with #0A4E5A
Text Example
Text Example
White with #0A4E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4E5A; }
p { color: rgb(10,78,90); }
H1.HeaderClassName
{
color: #0A4E5A;
}
.AnyTagClassName
{
color: #0A4E5A;
}
</style>
background-color css
<style>
a { background-color: #0A4E5A; }
a { background-color: rgb(10,78,90); }
div.DivClassName
{
background-color: #0A4E5A;
}
.BgClassName
{
background-color: #0A4E5A;
}
</style>
border-color css
<style>
span { border-color: #0A4E5A; }
span { border-color: rgb(10,78,90); }
td.TdClassName
{
border-color: #0A4E5A;
}
.TagClassName
{
border-color: #0A4E5A;
}
</style>