Shades of Sherpa Blue #0A3A48
Tints of Sherpa Blue #0A3A48
RGB
CMYK
RGB Variations
Color information
#0A3A48 (or 0x0A3A48) is known color: Sherpa Blue. HEX triplet: 0A, 3A and 48. RGB value is (10,58,72). Sum of RGB (Red+Green+Blue) = 10+58+72=140 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.14% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #0A3A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3A48 is #F5C5B7. Grayscale: #2D2D2D. Windows color (decimal): -16106936 or 4733450. OLE color: 4733450.
HSL color Cylindrical-coordinate representation of color #0A3A48: hue angle of 193.55º 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 #0A3A48 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 58 | 72 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.72 |
| HSL | 193.55º | 0.76% | 0.16% | - |
| HSV(B) | 193.55º | 0.86% | 0.28% | - |
| XYZ | 2.81 | 3.56 | 6.67 | - |
| YUV | 45.24 | 143.1 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 58 | 72 | 0.86 | 0.19 | 0 | 0.72 | 193.55 | 0.76 | 0.16 |
| Hex | A | 3A | 48 | 56 | 13 | 0 | 48 | C2 | 4C | 10 |
| Octal | 12 | 72 | 110 | 126 | 23 | 0 | 110 | 302 | 114 | 20 |
| Binary | 1010 | 111010 | 1001000 | 1010110 | 10011 | 0 | 1001000 | 11000010 | 1001100 | 10000 |
Color Harmonies of #0A3A48
Complementary color
Monochromatic Colors of #0A3A48
Black with #0A3A48
Text Example
Text Example
White with #0A3A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3A48; }
p { color: rgb(10,58,72); }
H1.HeaderClassName
{
color: #0A3A48;
}
.AnyTagClassName
{
color: #0A3A48;
}
</style>
background-color css
<style>
a { background-color: #0A3A48; }
a { background-color: rgb(10,58,72); }
div.DivClassName
{
background-color: #0A3A48;
}
.BgClassName
{
background-color: #0A3A48;
}
</style>
border-color css
<style>
span { border-color: #0A3A48; }
span { border-color: rgb(10,58,72); }
td.TdClassName
{
border-color: #0A3A48;
}
.TagClassName
{
border-color: #0A3A48;
}
</style>