Shades of Sherpa Blue #0A4854
Tints of Sherpa Blue #0A4854
RGB
CMYK
RGB Variations
Color information
#0A4854 (or 0x0A4854) is known color: Sherpa Blue. HEX triplet: 0A, 48 and 54. RGB value is (10,72,84). Sum of RGB (Red+Green+Blue) = 10+72+84=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 84 (33.20% from 255 or 50.60% from 166); Max value from RGB is 84 - color contains mainly: blue. Hex color #0A4854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4854 is #F5B7AB. Grayscale: #363636. Windows color (decimal): -16103340 or 5523466. OLE color: 5523466.
HSL color Cylindrical-coordinate representation of color #0A4854: hue angle of 189.73º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A4854 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 72 | 84 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.67 |
| HSL | 189.73º | 0.79% | 0.18% | - |
| HSV(B) | 189.73º | 0.88% | 0.33% | - |
| XYZ | 4.04 | 5.34 | 9.21 | - |
| YUV | 54.83 | 144.46 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 72 | 84 | 0.88 | 0.14 | 0 | 0.67 | 189.73 | 0.79 | 0.18 |
| Hex | A | 48 | 54 | 58 | E | 0 | 43 | BE | 4F | 12 |
| Octal | 12 | 110 | 124 | 130 | 16 | 0 | 103 | 276 | 117 | 22 |
| Binary | 1010 | 1001000 | 1010100 | 1011000 | 1110 | 0 | 1000011 | 10111110 | 1001111 | 10010 |
Color Harmonies of #0A4854
Complementary color
Monochromatic Colors of #0A4854
Black with #0A4854
Text Example
Text Example
White with #0A4854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4854; }
p { color: rgb(10,72,84); }
H1.HeaderClassName
{
color: #0A4854;
}
.AnyTagClassName
{
color: #0A4854;
}
</style>
background-color css
<style>
a { background-color: #0A4854; }
a { background-color: rgb(10,72,84); }
div.DivClassName
{
background-color: #0A4854;
}
.BgClassName
{
background-color: #0A4854;
}
</style>
border-color css
<style>
span { border-color: #0A4854; }
span { border-color: rgb(10,72,84); }
td.TdClassName
{
border-color: #0A4854;
}
.TagClassName
{
border-color: #0A4854;
}
</style>