#084951

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

Shades of Sherpa Blue #084951

Tints of Sherpa Blue #084951

Color information

#084951 (or 0x084951) is unknown color: approx Sherpa Blue. HEX triplet: 08, 49 and 51. RGB value is (8,73,81). Sum of RGB (Red+Green+Blue) = 8+73+81=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #084951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084951 is #F7B6AE. Grayscale: #363636. Windows color (decimal): -16234159 or 5327112. OLE color: 5327112.

HSL color Cylindrical-coordinate representation of color #084951: hue angle of 186.58º 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 #084951 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB87381-
CMYK0.900.1000.68
HSL186.58º82.02%17.45%-
HSV(B)186.58º90.12%31.76%-
XYZ3.975.418.62-
YUV54.48142.9794.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.94%
GREEN value IS 73 (28.91% from 255) = 45.06%
BLUE value IS 81 (32.03% from 255) = 50%
R=4.94%
G=45.06%
B=50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal873810.900.1000.68186.5882.0217.45
Hex849515AA044bb5211
Octal1011112113212010427312221
Binary100010010011010001101101010100100010010111011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084951; }

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

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

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

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

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

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

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

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