Shades of Sherpa Blue #0A4152
Tints of Sherpa Blue #0A4152
RGB
CMYK
RGB Variations
Color information
#0A4152 (or 0x0A4152) is known color: Sherpa Blue. HEX triplet: 0A, 41 and 52. RGB value is (10,65,82). Sum of RGB (Red+Green+Blue) = 10+65+82=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #0A4152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4152 is #F5BEAD. Grayscale: #323232. Windows color (decimal): -16105134 or 5390602. OLE color: 5390602.
HSL color Cylindrical-coordinate representation of color #0A4152: hue angle of 194.17º 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 #0A4152 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 65 | 82 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.68 |
| HSL | 194.17º | 0.78% | 0.18% | - |
| HSV(B) | 194.17º | 0.88% | 0.32% | - |
| XYZ | 3.54 | 4.45 | 8.66 | - |
| YUV | 50.49 | 145.78 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 82 | 0.88 | 0.21 | 0 | 0.68 | 194.17 | 0.78 | 0.18 |
| Hex | A | 41 | 52 | 58 | 15 | 0 | 44 | C2 | 4E | 12 |
| Octal | 12 | 101 | 122 | 130 | 25 | 0 | 104 | 302 | 116 | 22 |
| Binary | 1010 | 1000001 | 1010010 | 1011000 | 10101 | 0 | 1000100 | 11000010 | 1001110 | 10010 |
Color Harmonies of #0A4152
Complementary color
Monochromatic Colors of #0A4152
Black with #0A4152
Text Example
Text Example
White with #0A4152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4152; }
p { color: rgb(10,65,82); }
H1.HeaderClassName
{
color: #0A4152;
}
.AnyTagClassName
{
color: #0A4152;
}
</style>
background-color css
<style>
a { background-color: #0A4152; }
a { background-color: rgb(10,65,82); }
div.DivClassName
{
background-color: #0A4152;
}
.BgClassName
{
background-color: #0A4152;
}
</style>
border-color css
<style>
span { border-color: #0A4152; }
span { border-color: rgb(10,65,82); }
td.TdClassName
{
border-color: #0A4152;
}
.TagClassName
{
border-color: #0A4152;
}
</style>