Shades of Sherpa Blue #084B5D
Tints of Sherpa Blue #084B5D
RGB
CMYK
RGB Variations
Color information
#084B5D (or 0x084B5D) is known color: Sherpa Blue. HEX triplet: 08, 4B and 5D. RGB value is (8,75,93). Sum of RGB (Red+Green+Blue) = 8+75+93=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #084B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084B5D is #F7B4A2. Grayscale: #383838. Windows color (decimal): -16233635 or 6114056. OLE color: 6114056.
HSL color Cylindrical-coordinate representation of color #084B5D: hue angle of 192.71º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084B5D is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 75 | 93 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.64 |
| HSL | 192.71º | 0.84% | 0.2% | - |
| HSV(B) | 192.71º | 0.91% | 0.36% | - |
| XYZ | 4.59 | 5.87 | 11.25 | - |
| YUV | 57.02 | 148.3 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 75 | 93 | 0.91 | 0.19 | 0 | 0.64 | 192.71 | 0.84 | 0.2 |
| Hex | 8 | 4B | 5D | 5B | 13 | 0 | 40 | C1 | 54 | 14 |
| Octal | 10 | 113 | 135 | 133 | 23 | 0 | 100 | 301 | 124 | 24 |
| Binary | 1000 | 1001011 | 1011101 | 1011011 | 10011 | 0 | 1000000 | 11000001 | 1010100 | 10100 |
Color Harmonies of #084B5D
Complementary color
Monochromatic Colors of #084B5D
Black with #084B5D
Text Example
Text Example
White with #084B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084B5D; }
p { color: rgb(8,75,93); }
H1.HeaderClassName
{
color: #084B5D;
}
.AnyTagClassName
{
color: #084B5D;
}
</style>
background-color css
<style>
a { background-color: #084B5D; }
a { background-color: rgb(8,75,93); }
div.DivClassName
{
background-color: #084B5D;
}
.BgClassName
{
background-color: #084B5D;
}
</style>
border-color css
<style>
span { border-color: #084B5D; }
span { border-color: rgb(8,75,93); }
td.TdClassName
{
border-color: #084B5D;
}
.TagClassName
{
border-color: #084B5D;
}
</style>