Html Css Color HEX #084151 Sherpa Blue

📋 copy color: '#084151'

red 8 ◦ green 65 ◦ blue 81

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

Shades of Sherpa Blue #084151

Tints of Sherpa Blue #084151

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.21%

 BLUE value IS 81 (32.03% from 255) = 52.6%

R = 5.19%
G = 42.21%
B = 52.6%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#084151 (or 0x084151) is known color: Sherpa Blue. HEX triplet: 08, 41 and 51. RGB value is (8,65,81). Sum of RGB (Red+Green+Blue) = 8+65+81=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #084151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084151 is #F7BEAE. Grayscale: #313131. Windows color (decimal): -16236207 or 5325064. OLE color: 5325064.

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

Color convert

RGB 8 65 81 -
CMYK 0.90 0.20 0 0.68
HSL 193.15º 0.82% 0.17% -
HSV(B) 193.15º 0.9% 0.32% -
XYZ 3.48 4.43 8.46 -
YUV 49.78 145.62 98.2 -
System Red Green Blue C M Y K H S L
Decimal 8 65 81 0.90 0.20 0 0.68 193.15 0.82 0.17
Hex 8 41 51 5A 14 0 44 C1 52 11
Octal 10 101 121 132 24 0 104 301 122 21
Binary 1000 1000001 1010001 1011010 10100 0 1000100 11000001 1010010 10001

Color Harmonies of #084151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084151

Black with #084151

Text Example


Text Example

White with #084151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084151; }

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

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

background-color css

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

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

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

border-color css

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

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

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