Shades of Sherpa Blue #084B5C
Tints of Sherpa Blue #084B5C
RGB
CMYK
RGB Variations
Color information
#084B5C (or 0x084B5C) is known color: Sherpa Blue. HEX triplet: 08, 4B and 5C. RGB value is (8,75,92). Sum of RGB (Red+Green+Blue) = 8+75+92=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #084B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084B5C is #F7B4A3. Grayscale: #383838. Windows color (decimal): -16233636 or 6048520. OLE color: 6048520.
HSL color Cylindrical-coordinate representation of color #084B5C: hue angle of 192.14º 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 #084B5C is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 75 | 92 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.64 |
| HSL | 192.14º | 0.84% | 0.2% | - |
| HSV(B) | 192.14º | 0.91% | 0.36% | - |
| XYZ | 4.55 | 5.86 | 11.02 | - |
| YUV | 56.91 | 147.8 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 75 | 92 | 0.91 | 0.18 | 0 | 0.64 | 192.14 | 0.84 | 0.2 |
| Hex | 8 | 4B | 5C | 5B | 12 | 0 | 40 | C0 | 54 | 14 |
| Octal | 10 | 113 | 134 | 133 | 22 | 0 | 100 | 300 | 124 | 24 |
| Binary | 1000 | 1001011 | 1011100 | 1011011 | 10010 | 0 | 1000000 | 11000000 | 1010100 | 10100 |
Color Harmonies of #084B5C
Complementary color
Monochromatic Colors of #084B5C
Black with #084B5C
Text Example
Text Example
White with #084B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084B5C; }
p { color: rgb(8,75,92); }
H1.HeaderClassName
{
color: #084B5C;
}
.AnyTagClassName
{
color: #084B5C;
}
</style>
background-color css
<style>
a { background-color: #084B5C; }
a { background-color: rgb(8,75,92); }
div.DivClassName
{
background-color: #084B5C;
}
.BgClassName
{
background-color: #084B5C;
}
</style>
border-color css
<style>
span { border-color: #084B5C; }
span { border-color: rgb(8,75,92); }
td.TdClassName
{
border-color: #084B5C;
}
.TagClassName
{
border-color: #084B5C;
}
</style>