Shades of Sherpa Blue #064A5B
Tints of Sherpa Blue #064A5B
RGB
CMYK
RGB Variations
Color information
#064A5B (or 0x064A5B) is known color: Sherpa Blue. HEX triplet: 06, 4A and 5B. RGB value is (6,74,91). Sum of RGB (Red+Green+Blue) = 6+74+91=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 74 (29.30% from 255 or 43.27% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #064A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A5B is #F9B5A4. Grayscale: #373737. Windows color (decimal): -16364965 or 5982726. OLE color: 5982726.
HSL color Cylindrical-coordinate representation of color #064A5B: hue angle of 192º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064A5B is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 74 | 91 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.64 |
| HSL | 192º | 0.88% | 0.19% | - |
| HSV(B) | 192º | 0.93% | 0.36% | - |
| XYZ | 4.41 | 5.69 | 10.76 | - |
| YUV | 55.61 | 147.97 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 74 | 91 | 0.93 | 0.19 | 0 | 0.64 | 192 | 0.88 | 0.19 |
| Hex | 6 | 4A | 5B | 5D | 13 | 0 | 40 | C0 | 58 | 13 |
| Octal | 6 | 112 | 133 | 135 | 23 | 0 | 100 | 300 | 130 | 23 |
| Binary | 110 | 1001010 | 1011011 | 1011101 | 10011 | 0 | 1000000 | 11000000 | 1011000 | 10011 |
Color Harmonies of #064A5B
Complementary color
Monochromatic Colors of #064A5B
Black with #064A5B
Text Example
Text Example
White with #064A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064A5B; }
p { color: rgb(6,74,91); }
H1.HeaderClassName
{
color: #064A5B;
}
.AnyTagClassName
{
color: #064A5B;
}
</style>
background-color css
<style>
a { background-color: #064A5B; }
a { background-color: rgb(6,74,91); }
div.DivClassName
{
background-color: #064A5B;
}
.BgClassName
{
background-color: #064A5B;
}
</style>
border-color css
<style>
span { border-color: #064A5B; }
span { border-color: rgb(6,74,91); }
td.TdClassName
{
border-color: #064A5B;
}
.TagClassName
{
border-color: #064A5B;
}
</style>