Shades of Sherpa Blue #063A48
Tints of Sherpa Blue #063A48
RGB
CMYK
RGB Variations
Color information
#063A48 (or 0x063A48) is known color: Sherpa Blue. HEX triplet: 06, 3A and 48. RGB value is (6,58,72). Sum of RGB (Red+Green+Blue) = 6+58+72=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 58 (23.05% from 255 or 42.65% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #063A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A48 is #F9C5B7. Grayscale: #2B2B2B. Windows color (decimal): -16369080 or 4733446. OLE color: 4733446.
HSL color Cylindrical-coordinate representation of color #063A48: hue angle of 192.73º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063A48 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 6 | 58 | 72 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.72 |
| HSL | 192.73º | 0.85% | 0.15% | - |
| HSV(B) | 192.73º | 0.92% | 0.28% | - |
| XYZ | 2.76 | 3.53 | 6.67 | - |
| YUV | 44.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 72 | 0.92 | 0.19 | 0 | 0.72 | 192.73 | 0.85 | 0.15 |
| Hex | 6 | 3A | 48 | 5C | 13 | 0 | 48 | C1 | 55 | F |
| Octal | 6 | 72 | 110 | 134 | 23 | 0 | 110 | 301 | 125 | 17 |
| Binary | 110 | 111010 | 1001000 | 1011100 | 10011 | 0 | 1001000 | 11000001 | 1010101 | 1111 |
Color Harmonies of #063A48
Complementary color
Monochromatic Colors of #063A48
Black with #063A48
Text Example
Text Example
White with #063A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A48; }
p { color: rgb(6,58,72); }
H1.HeaderClassName
{
color: #063A48;
}
.AnyTagClassName
{
color: #063A48;
}
</style>
background-color css
<style>
a { background-color: #063A48; }
a { background-color: rgb(6,58,72); }
div.DivClassName
{
background-color: #063A48;
}
.BgClassName
{
background-color: #063A48;
}
</style>
border-color css
<style>
span { border-color: #063A48; }
span { border-color: rgb(6,58,72); }
td.TdClassName
{
border-color: #063A48;
}
.TagClassName
{
border-color: #063A48;
}
</style>