Shades of Sherpa Blue #0A4052
Tints of Sherpa Blue #0A4052
RGB
CMYK
RGB Variations
Color information
#0A4052 (or 0x0A4052) is known color: Sherpa Blue. HEX triplet: 0A, 40 and 52. RGB value is (10,64,82). Sum of RGB (Red+Green+Blue) = 10+64+82=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 82 (32.42% from 255 or 52.56% from 156); Max value from RGB is 82 - color contains mainly: blue. Hex color #0A4052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4052 is #F5BFAD. Grayscale: #313131. Windows color (decimal): -16105390 or 5390346. OLE color: 5390346.
HSL color Cylindrical-coordinate representation of color #0A4052: hue angle of 195º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A4052 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 64 | 82 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.68 |
| HSL | 195º | 0.78% | 0.18% | - |
| HSV(B) | 195º | 0.88% | 0.32% | - |
| XYZ | 3.48 | 4.34 | 8.64 | - |
| YUV | 49.91 | 146.11 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 64 | 82 | 0.88 | 0.22 | 0 | 0.68 | 195 | 0.78 | 0.18 |
| Hex | A | 40 | 52 | 58 | 16 | 0 | 44 | C3 | 4E | 12 |
| Octal | 12 | 100 | 122 | 130 | 26 | 0 | 104 | 303 | 116 | 22 |
| Binary | 1010 | 1000000 | 1010010 | 1011000 | 10110 | 0 | 1000100 | 11000011 | 1001110 | 10010 |
Color Harmonies of #0A4052
Complementary color
Monochromatic Colors of #0A4052
Black with #0A4052
Text Example
Text Example
White with #0A4052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4052; }
p { color: rgb(10,64,82); }
H1.HeaderClassName
{
color: #0A4052;
}
.AnyTagClassName
{
color: #0A4052;
}
</style>
background-color css
<style>
a { background-color: #0A4052; }
a { background-color: rgb(10,64,82); }
div.DivClassName
{
background-color: #0A4052;
}
.BgClassName
{
background-color: #0A4052;
}
</style>
border-color css
<style>
span { border-color: #0A4052; }
span { border-color: rgb(10,64,82); }
td.TdClassName
{
border-color: #0A4052;
}
.TagClassName
{
border-color: #0A4052;
}
</style>