Shades of Sherpa Blue #084B5E
Tints of Sherpa Blue #084B5E
RGB
CMYK
RGB Variations
Color information
#084B5E (or 0x084B5E) is known color: Sherpa Blue. HEX triplet: 08, 4B and 5E. RGB value is (8,75,94). Sum of RGB (Red+Green+Blue) = 8+75+94=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #084B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084B5E is #F7B4A1. Grayscale: #383838. Windows color (decimal): -16233634 or 6179592. OLE color: 6179592.
HSL color Cylindrical-coordinate representation of color #084B5E: hue angle of 193.26º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084B5E is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 8 | 75 | 94 | - |
CMYK | 0.91 | 0.20 | 0 | 0.63 |
HSL | 193.26º | 0.84% | 0.2% | - |
HSV(B) | 193.26º | 0.91% | 0.37% | - |
XYZ | 4.64 | 5.89 | 11.48 | - |
YUV | 57.13 | 148.8 | 92.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 75 | 94 | 0.91 | 0.20 | 0 | 0.63 | 193.26 | 0.84 | 0.2 |
Hex | 8 | 4B | 5E | 5B | 14 | 0 | 3F | C1 | 54 | 14 |
Octal | 10 | 113 | 136 | 133 | 24 | 0 | 77 | 301 | 124 | 24 |
Binary | 1000 | 1001011 | 1011110 | 1011011 | 10100 | 0 | 111111 | 11000001 | 1010100 | 10100 |
Color Harmonies of #084B5E
Complementary color
Monochromatic Colors of #084B5E
Black with #084B5E
Text Example
Text Example
White with #084B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084B5E; }
p { color: rgb(8,75,94); }
H1.HeaderClassName
{
color: #084B5E;
}
.AnyTagClassName
{
color: #084B5E;
}
</style>
background-color css
<style>
a { background-color: #084B5E; }
a { background-color: rgb(8,75,94); }
div.DivClassName
{
background-color: #084B5E;
}
.BgClassName
{
background-color: #084B5E;
}
</style>
border-color css
<style>
span { border-color: #084B5E; }
span { border-color: rgb(8,75,94); }
td.TdClassName
{
border-color: #084B5E;
}
.TagClassName
{
border-color: #084B5E;
}
</style>