#084B59

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

Shades of Sherpa Blue #084B59

Tints of Sherpa Blue #084B59

Color information

#084B59 (or 0x084B59) is unknown color: approx Sherpa Blue. HEX triplet: 08, 4B and 59. RGB value is (8,75,89). Sum of RGB (Red+Green+Blue) = 8+75+89=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #084B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084B59 is #F7B4A6. Grayscale: #383838. Windows color (decimal): -16233639 or 5851912. OLE color: 5851912.

HSL color Cylindrical-coordinate representation of color #084B59: hue angle of 190.37º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084B59 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB87589-
CMYK0.910.1600.65
HSL190.37º83.51%19.02%-
HSV(B)190.37º91.01%34.9%-
XYZ4.425.8110.34-
YUV56.56146.393.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.65%
GREEN value IS 75 (29.69% from 255) = 43.60%
BLUE value IS 89 (35.16% from 255) = 51.74%
R=4.65%
G=43.60%
B=51.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal875890.910.1600.65190.3783.5119.02
Hex84B595B10041be5413
Octal1011313113320010127612423
Binary1000100101110110011011011100000100000110111110101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084B59; }

 p { color: rgb(8,75,89); }

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

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

 a { background-color: rgb(8,75,89); }

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

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

 span { border-color: rgb(8,75,89); }

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