Shades of Sherpa Blue #084A5B
Tints of Sherpa Blue #084A5B
RGB
CMYK
RGB Variations
Color information
#084A5B (or 0x084A5B) is known color: Sherpa Blue. HEX triplet: 08, 4A and 5B. RGB value is (8,74,91). Sum of RGB (Red+Green+Blue) = 8+74+91=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #084A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084A5B is #F7B5A4. Grayscale: #383838. Windows color (decimal): -16233893 or 5982728. OLE color: 5982728.
HSL color Cylindrical-coordinate representation of color #084A5B: hue angle of 192.29º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084A5B is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 74 | 91 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.64 |
| HSL | 192.29º | 0.84% | 0.19% | - |
| HSV(B) | 192.29º | 0.91% | 0.36% | - |
| XYZ | 4.44 | 5.7 | 10.76 | - |
| YUV | 56.2 | 147.63 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 74 | 91 | 0.91 | 0.19 | 0 | 0.64 | 192.29 | 0.84 | 0.19 |
| Hex | 8 | 4A | 5B | 5B | 13 | 0 | 40 | C0 | 54 | 13 |
| Octal | 10 | 112 | 133 | 133 | 23 | 0 | 100 | 300 | 124 | 23 |
| Binary | 1000 | 1001010 | 1011011 | 1011011 | 10011 | 0 | 1000000 | 11000000 | 1010100 | 10011 |
Color Harmonies of #084A5B
Complementary color
Monochromatic Colors of #084A5B
Black with #084A5B
Text Example
Text Example
White with #084A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084A5B; }
p { color: rgb(8,74,91); }
H1.HeaderClassName
{
color: #084A5B;
}
.AnyTagClassName
{
color: #084A5B;
}
</style>
background-color css
<style>
a { background-color: #084A5B; }
a { background-color: rgb(8,74,91); }
div.DivClassName
{
background-color: #084A5B;
}
.BgClassName
{
background-color: #084A5B;
}
</style>
border-color css
<style>
span { border-color: #084A5B; }
span { border-color: rgb(8,74,91); }
td.TdClassName
{
border-color: #084A5B;
}
.TagClassName
{
border-color: #084A5B;
}
</style>