Shades of Sherpa Blue #0A3B48
Tints of Sherpa Blue #0A3B48
RGB
CMYK
RGB Variations
Color information
#0A3B48 (or 0x0A3B48) is known color: Sherpa Blue. HEX triplet: 0A, 3B and 48. RGB value is (10,59,72). Sum of RGB (Red+Green+Blue) = 10+59+72=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #0A3B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3B48 is #F5C4B7. Grayscale: #2D2D2D. Windows color (decimal): -16106680 or 4733706. OLE color: 4733706.
HSL color Cylindrical-coordinate representation of color #0A3B48: hue angle of 192.58º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A3B48 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 59 | 72 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.72 |
| HSL | 192.58º | 0.76% | 0.16% | - |
| HSV(B) | 192.58º | 0.86% | 0.28% | - |
| XYZ | 2.86 | 3.66 | 6.69 | - |
| YUV | 45.83 | 142.77 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 59 | 72 | 0.86 | 0.18 | 0 | 0.72 | 192.58 | 0.76 | 0.16 |
| Hex | A | 3B | 48 | 56 | 12 | 0 | 48 | C1 | 4C | 10 |
| Octal | 12 | 73 | 110 | 126 | 22 | 0 | 110 | 301 | 114 | 20 |
| Binary | 1010 | 111011 | 1001000 | 1010110 | 10010 | 0 | 1001000 | 11000001 | 1001100 | 10000 |
Color Harmonies of #0A3B48
Complementary color
Monochromatic Colors of #0A3B48
Black with #0A3B48
Text Example
Text Example
White with #0A3B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3B48; }
p { color: rgb(10,59,72); }
H1.HeaderClassName
{
color: #0A3B48;
}
.AnyTagClassName
{
color: #0A3B48;
}
</style>
background-color css
<style>
a { background-color: #0A3B48; }
a { background-color: rgb(10,59,72); }
div.DivClassName
{
background-color: #0A3B48;
}
.BgClassName
{
background-color: #0A3B48;
}
</style>
border-color css
<style>
span { border-color: #0A3B48; }
span { border-color: rgb(10,59,72); }
td.TdClassName
{
border-color: #0A3B48;
}
.TagClassName
{
border-color: #0A3B48;
}
</style>