Html Css Color HEX #084850 Sherpa Blue

📋 copy color: '#084850'

red 8 ◦ green 72 ◦ blue 80

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

Shades of Sherpa Blue #084850

Tints of Sherpa Blue #084850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45%

 BLUE value IS 80 (31.64% from 255) = 50%

R = 5%
G = 45%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#084850 (or 0x084850) is known color: Sherpa Blue. HEX triplet: 08, 48 and 50. RGB value is (8,72,80). Sum of RGB (Red+Green+Blue) = 8+72+80=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #084850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084850 is #F7B7AF. Grayscale: #353535. Windows color (decimal): -16234416 or 5261320. OLE color: 5261320.

HSL color Cylindrical-coordinate representation of color #084850: hue angle of 186.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084850 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 72 80 -
CMYK 0.90 0.10 0 0.69
HSL 186.67º 0.82% 0.17% -
HSV(B) 186.67º 0.9% 0.31% -
XYZ 3.87 5.27 8.4 -
YUV 53.78 142.8 95.35 -
System Red Green Blue C M Y K H S L
Decimal 8 72 80 0.90 0.10 0 0.69 186.67 0.82 0.17
Hex 8 48 50 5A A 0 45 BB 52 11
Octal 10 110 120 132 12 0 105 273 122 21
Binary 1000 1001000 1010000 1011010 1010 0 1000101 10111011 1010010 10001

Color Harmonies of #084850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084850

Black with #084850

Text Example


Text Example

White with #084850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084850; }

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

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

background-color css

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

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

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

border-color css

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

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

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