#084D60

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

Shades of Sherpa Blue #084D60

Tints of Sherpa Blue #084D60

Color information

#084D60 (or 0x084D60) is unknown color: approx Sherpa Blue. HEX triplet: 08, 4D and 60. RGB value is (8,77,96). Sum of RGB (Red+Green+Blue) = 8+77+96=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #084D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D60 is #F7B29F. Grayscale: #3A3A3A. Windows color (decimal): -16233120 or 6311176. OLE color: 6311176.

HSL color Cylindrical-coordinate representation of color #084D60: hue angle of 192.95º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084D60 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB87796-
CMYK0.920.2000.62
HSL192.95º84.62%20.39%-
HSV(B)192.95º91.67%37.65%-
XYZ4.876.212.01-
YUV58.54149.1491.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.42%
GREEN value IS 77 (30.47% from 255) = 42.54%
BLUE value IS 96 (37.89% from 255) = 53.04%
R=4.42%
G=42.54%
B=53.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal877960.920.2000.62192.9584.6220.39
Hex84D605C1403Ec15514
Octal101151401342407630112524
Binary100010011011100000101110010100011111011000001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,77,96); }

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

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

 a { background-color: rgb(8,77,96); }

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

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

 span { border-color: rgb(8,77,96); }

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