Shades of Sherpa Blue #0A424A
Tints of Sherpa Blue #0A424A
RGB
CMYK
RGB Variations
Color information
#0A424A (or 0x0A424A) is known color: Sherpa Blue. HEX triplet: 0A, 42 and 4A. RGB value is (10,66,74). Sum of RGB (Red+Green+Blue) = 10+66+74=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #0A424A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A424A is #F5BDB5. Grayscale: #323232. Windows color (decimal): -16104886 or 4866570. OLE color: 4866570.
HSL color Cylindrical-coordinate representation of color #0A424A: hue angle of 187.5º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A424A is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 66 | 74 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.71 |
| HSL | 187.5º | 0.76% | 0.16% | - |
| HSV(B) | 187.5º | 0.86% | 0.29% | - |
| XYZ | 3.31 | 4.46 | 7.16 | - |
| YUV | 50.17 | 141.45 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 66 | 74 | 0.86 | 0.11 | 0 | 0.71 | 187.5 | 0.76 | 0.16 |
| Hex | A | 42 | 4A | 56 | B | 0 | 47 | BC | 4C | 10 |
| Octal | 12 | 102 | 112 | 126 | 13 | 0 | 107 | 274 | 114 | 20 |
| Binary | 1010 | 1000010 | 1001010 | 1010110 | 1011 | 0 | 1000111 | 10111100 | 1001100 | 10000 |
Color Harmonies of #0A424A
Complementary color
Monochromatic Colors of #0A424A
Black with #0A424A
Text Example
Text Example
White with #0A424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A424A; }
p { color: rgb(10,66,74); }
H1.HeaderClassName
{
color: #0A424A;
}
.AnyTagClassName
{
color: #0A424A;
}
</style>
background-color css
<style>
a { background-color: #0A424A; }
a { background-color: rgb(10,66,74); }
div.DivClassName
{
background-color: #0A424A;
}
.BgClassName
{
background-color: #0A424A;
}
</style>
border-color css
<style>
span { border-color: #0A424A; }
span { border-color: rgb(10,66,74); }
td.TdClassName
{
border-color: #0A424A;
}
.TagClassName
{
border-color: #0A424A;
}
</style>