#084860

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

Shades of Sherpa Blue #084860

Tints of Sherpa Blue #084860

Color information

#084860 (or 0x084860) is unknown color: approx Sherpa Blue. HEX triplet: 08, 48 and 60. RGB value is (8,72,96). Sum of RGB (Red+Green+Blue) = 8+72+96=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #084860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084860 is #F7B79F. Grayscale: #373737. Windows color (decimal): -16234400 or 6309896. OLE color: 6309896.

HSL color Cylindrical-coordinate representation of color #084860: hue angle of 196.36º 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 #084860 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB87296-
CMYK0.920.2500.62
HSL196.36º84.62%20.39%-
HSV(B)196.36º91.67%37.65%-
XYZ4.535.5311.9-
YUV55.6150.894.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.55%
GREEN value IS 72 (28.52% from 255) = 40.91%
BLUE value IS 96 (37.89% from 255) = 54.55%
R=4.55%
G=40.91%
B=54.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal872960.920.2500.62196.3684.6220.39
Hex848605C1903Ec45514
Octal101101401343107630412524
Binary100010010001100000101110011001011111011000100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084860; }

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

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

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

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

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

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

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

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