Shades of Sherpa Blue #0A4253
Tints of Sherpa Blue #0A4253
RGB
CMYK
RGB Variations
Color information
#0A4253 (or 0x0A4253) is known color: Sherpa Blue. HEX triplet: 0A, 42 and 53. RGB value is (10,66,83). Sum of RGB (Red+Green+Blue) = 10+66+83=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #0A4253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4253 is #F5BDAC. Grayscale: #333333. Windows color (decimal): -16104877 or 5456394. OLE color: 5456394.
HSL color Cylindrical-coordinate representation of color #0A4253: hue angle of 193.97º degrees, saturation: 0.78, 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 #0A4253 is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 66 | 83 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.67 |
| HSL | 193.97º | 0.78% | 0.18% | - |
| HSV(B) | 193.97º | 0.88% | 0.33% | - |
| XYZ | 3.63 | 4.59 | 8.88 | - |
| YUV | 51.19 | 145.95 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 66 | 83 | 0.88 | 0.20 | 0 | 0.67 | 193.97 | 0.78 | 0.18 |
| Hex | A | 42 | 53 | 58 | 14 | 0 | 43 | C2 | 4E | 12 |
| Octal | 12 | 102 | 123 | 130 | 24 | 0 | 103 | 302 | 116 | 22 |
| Binary | 1010 | 1000010 | 1010011 | 1011000 | 10100 | 0 | 1000011 | 11000010 | 1001110 | 10010 |
Color Harmonies of #0A4253
Complementary color
Monochromatic Colors of #0A4253
Black with #0A4253
Text Example
Text Example
White with #0A4253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4253; }
p { color: rgb(10,66,83); }
H1.HeaderClassName
{
color: #0A4253;
}
.AnyTagClassName
{
color: #0A4253;
}
</style>
background-color css
<style>
a { background-color: #0A4253; }
a { background-color: rgb(10,66,83); }
div.DivClassName
{
background-color: #0A4253;
}
.BgClassName
{
background-color: #0A4253;
}
</style>
border-color css
<style>
span { border-color: #0A4253; }
span { border-color: rgb(10,66,83); }
td.TdClassName
{
border-color: #0A4253;
}
.TagClassName
{
border-color: #0A4253;
}
</style>