Html Css Color HEX #084D61 Sherpa Blue

📋 copy color: '#084D61'

red 8 ◦ green 77 ◦ blue 97

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

Shades of Sherpa Blue #084D61

Tints of Sherpa Blue #084D61

RGB

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

 GREEN value IS 77 (30.47% from 255) = 42.31%

 BLUE value IS 97 (38.28% from 255) = 53.3%

R = 4.4%
G = 42.31%
B = 53.3%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#084D61 (or 0x084D61) is known color: Sherpa Blue. HEX triplet: 08, 4D and 61. RGB value is (8,77,97). Sum of RGB (Red+Green+Blue) = 8+77+97=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #084D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084D61 is #F7B29E. Grayscale: #3A3A3A. Windows color (decimal): -16233119 or 6376712. OLE color: 6376712.

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

Color convert

RGB 8 77 97 -
CMYK 0.92 0.21 0 0.62
HSL 193.48º 0.85% 0.21% -
HSV(B) 193.48º 0.92% 0.38% -
XYZ 4.91 6.22 12.25 -
YUV 58.65 149.64 91.87 -
System Red Green Blue C M Y K H S L
Decimal 8 77 97 0.92 0.21 0 0.62 193.48 0.85 0.21
Hex 8 4D 61 5C 15 0 3E C1 55 15
Octal 10 115 141 134 25 0 76 301 125 25
Binary 1000 1001101 1100001 1011100 10101 0 111110 11000001 1010101 10101

Color Harmonies of #084D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084D61

Black with #084D61

Text Example


Text Example

White with #084D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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