Shades of Sherpa Blue #063A49
Tints of Sherpa Blue #063A49
RGB
CMYK
RGB Variations
Color information
#063A49 (or 0x063A49) is known color: Sherpa Blue. HEX triplet: 06, 3A and 49. RGB value is (6,58,73). Sum of RGB (Red+Green+Blue) = 6+58+73=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #063A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A49 is #F9C5B6. Grayscale: #2C2C2C. Windows color (decimal): -16369079 or 4798982. OLE color: 4798982.
HSL color Cylindrical-coordinate representation of color #063A49: hue angle of 193.43º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063A49 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 58 | 73 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.71 |
| HSL | 193.43º | 0.85% | 0.15% | - |
| HSV(B) | 193.43º | 0.92% | 0.29% | - |
| XYZ | 2.79 | 3.55 | 6.84 | - |
| YUV | 44.16 | 144.27 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 73 | 0.92 | 0.21 | 0 | 0.71 | 193.43 | 0.85 | 0.15 |
| Hex | 6 | 3A | 49 | 5C | 15 | 0 | 47 | C1 | 55 | F |
| Octal | 6 | 72 | 111 | 134 | 25 | 0 | 107 | 301 | 125 | 17 |
| Binary | 110 | 111010 | 1001001 | 1011100 | 10101 | 0 | 1000111 | 11000001 | 1010101 | 1111 |
Color Harmonies of #063A49
Complementary color
Monochromatic Colors of #063A49
Black with #063A49
Text Example
Text Example
White with #063A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A49; }
p { color: rgb(6,58,73); }
H1.HeaderClassName
{
color: #063A49;
}
.AnyTagClassName
{
color: #063A49;
}
</style>
background-color css
<style>
a { background-color: #063A49; }
a { background-color: rgb(6,58,73); }
div.DivClassName
{
background-color: #063A49;
}
.BgClassName
{
background-color: #063A49;
}
</style>
border-color css
<style>
span { border-color: #063A49; }
span { border-color: rgb(6,58,73); }
td.TdClassName
{
border-color: #063A49;
}
.TagClassName
{
border-color: #063A49;
}
</style>