Shades of Sherpa Blue #063A4B
Tints of Sherpa Blue #063A4B
RGB
CMYK
RGB Variations
Color information
#063A4B (or 0x063A4B) is known color: Sherpa Blue. HEX triplet: 06, 3A and 4B. RGB value is (6,58,75). Sum of RGB (Red+Green+Blue) = 6+58+75=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #063A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A4B is #F9C5B4. Grayscale: #2C2C2C. Windows color (decimal): -16369077 or 4930054. OLE color: 4930054.
HSL color Cylindrical-coordinate representation of color #063A4B: hue angle of 194.78º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063A4B is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 6 | 58 | 75 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.71 |
| HSL | 194.78º | 0.85% | 0.16% | - |
| HSV(B) | 194.78º | 0.92% | 0.29% | - |
| XYZ | 2.86 | 3.57 | 7.2 | - |
| YUV | 44.39 | 145.27 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 75 | 0.92 | 0.23 | 0 | 0.71 | 194.78 | 0.85 | 0.16 |
| Hex | 6 | 3A | 4B | 5C | 17 | 0 | 47 | C3 | 55 | 10 |
| Octal | 6 | 72 | 113 | 134 | 27 | 0 | 107 | 303 | 125 | 20 |
| Binary | 110 | 111010 | 1001011 | 1011100 | 10111 | 0 | 1000111 | 11000011 | 1010101 | 10000 |
Color Harmonies of #063A4B
Complementary color
Monochromatic Colors of #063A4B
Black with #063A4B
Text Example
Text Example
White with #063A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A4B; }
p { color: rgb(6,58,75); }
H1.HeaderClassName
{
color: #063A4B;
}
.AnyTagClassName
{
color: #063A4B;
}
</style>
background-color css
<style>
a { background-color: #063A4B; }
a { background-color: rgb(6,58,75); }
div.DivClassName
{
background-color: #063A4B;
}
.BgClassName
{
background-color: #063A4B;
}
</style>
border-color css
<style>
span { border-color: #063A4B; }
span { border-color: rgb(6,58,75); }
td.TdClassName
{
border-color: #063A4B;
}
.TagClassName
{
border-color: #063A4B;
}
</style>