#084049

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

Shades of Sherpa Blue #084049

Tints of Sherpa Blue #084049

Color information

#084049 (or 0x084049) is unknown color: approx Sherpa Blue. HEX triplet: 08, 40 and 49. RGB value is (8,64,73). Sum of RGB (Red+Green+Blue) = 8+64+73=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #084049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084049 is #F7BFB6. Grayscale: #303030. Windows color (decimal): -16236471 or 4800520. OLE color: 4800520.

HSL color Cylindrical-coordinate representation of color #084049: hue angle of 188.31º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084049 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB86473-
CMYK0.890.1200.71
HSL188.31º80.25%15.88%-
HSV(B)188.31º89.04%28.63%-
XYZ3.144.26.95-
YUV48.28141.9599.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.52%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 73 (28.91% from 255) = 50.34%
R=5.52%
G=44.14%
B=50.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal864730.890.1200.71188.3180.2515.88
Hex8404959C047bc5010
Octal1010011113114010727412020
Binary100010000001001001101100111000100011110111100101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084049; }

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

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

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

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

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

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

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

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