#084851

Color #084851 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #084851

Tints of Sherpa Blue #084851

Color information

#084851 (or 0x084851) is unknown color: approx Sherpa Blue. HEX triplet: 08, 48 and 51. RGB value is (8,72,81). Sum of RGB (Red+Green+Blue) = 8+72+81=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #084851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084851 is #F7B7AE. Grayscale: #353535. Windows color (decimal): -16234415 or 5326856. OLE color: 5326856.

HSL color Cylindrical-coordinate representation of color #084851: hue angle of 187.4º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084851 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB87281-
CMYK0.900.1100.68
HSL187.4º82.02%17.45%-
HSV(B)187.4º90.12%31.76%-
XYZ3.95.288.6-
YUV53.89143.395.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 4.97%
GREEN value IS 72 (28.52% from 255) = 44.72%
BLUE value IS 81 (32.03% from 255) = 50.31%
R=4.97%
G=44.72%
B=50.31%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal872810.900.1100.68187.482.0217.45
Hex848515AB044bb5211
Octal1011012113213010427312221
Binary100010010001010001101101010110100010010111011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084851; }

 p { color: rgb(8,72,81); }

 H1.HeaderClassName
 {
   color: #084851;
 }
 .AnyTagClassName
 {
   color: #084851;
 }
</style>
background-color css

<style>
 a { background-color: #084851; }

 a { background-color: rgb(8,72,81); }

 div.DivClassName
 {
   background-color: #084851;
 }
 .BgClassName
 {
   background-color: #084851;
 }
</style>
border-color css

<style>
 span { border-color: #084851; }

 span { border-color: rgb(8,72,81); }

 td.TdClassName
 {
   border-color: #084851;
 }
 .TagClassName
 {
   border-color: #084851;
 }
</style>