Html Css Color HEX #085160 Sherpa Blue

📋 copy color: '#085160'

red 8 ◦ green 81 ◦ blue 96

#085160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #085160

Tints of Sherpa Blue #085160

RGB

 RED value IS 8 (3.52% from 255) = 4.32%

 GREEN value IS 81 (32.03% from 255) = 43.78%

 BLUE value IS 96 (37.89% from 255) = 51.89%

R = 4.32%
G = 43.78%
B = 51.89%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#085160 (or 0x085160) is known color: Sherpa Blue. HEX triplet: 08, 51 and 60. RGB value is (8,81,96). Sum of RGB (Red+Green+Blue) = 8+81+96=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #085160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085160 is #F7AE9F. Grayscale: #3C3C3C. Windows color (decimal): -16232096 or 6312200. OLE color: 6312200.

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

Color convert

RGB 8 81 96 -
CMYK 0.92 0.16 0 0.62
HSL 190.23º 0.85% 0.2% -
HSV(B) 190.23º 0.92% 0.38% -
XYZ 5.15 6.78 12.1 -
YUV 60.88 147.82 90.28 -
System Red Green Blue C M Y K H S L
Decimal 8 81 96 0.92 0.16 0 0.62 190.23 0.85 0.2
Hex 8 51 60 5C 10 0 3E BE 55 14
Octal 10 121 140 134 20 0 76 276 125 24
Binary 1000 1010001 1100000 1011100 10000 0 111110 10111110 1010101 10100

Color Harmonies of #085160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085160

Black with #085160

Text Example


Text Example

White with #085160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085160; }

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

 H1.HeaderClassName
 {
   color: #085160;
 }
 .AnyTagClassName
 {
   color: #085160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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