Html Css Color HEX #084353 Sherpa Blue

📋 copy color: '#084353'

red 8 ◦ green 67 ◦ blue 83

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

Shades of Sherpa Blue #084353

Tints of Sherpa Blue #084353

RGB

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

 GREEN value IS 67 (26.56% from 255) = 42.41%

 BLUE value IS 83 (32.81% from 255) = 52.53%

R = 5.06%
G = 42.41%
B = 52.53%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#084353 (or 0x084353) is known color: Sherpa Blue. HEX triplet: 08, 43 and 53. RGB value is (8,67,83). Sum of RGB (Red+Green+Blue) = 8+67+83=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #084353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084353 is #F7BCAC. Grayscale: #333333. Windows color (decimal): -16235693 or 5456648. OLE color: 5456648.

HSL color Cylindrical-coordinate representation of color #084353: hue angle of 192.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084353 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 67 83 -
CMYK 0.90 0.19 0 0.67
HSL 192.8º 0.82% 0.18% -
HSV(B) 192.8º 0.9% 0.33% -
XYZ 3.67 4.69 8.9 -
YUV 51.18 145.95 97.2 -
System Red Green Blue C M Y K H S L
Decimal 8 67 83 0.90 0.19 0 0.67 192.8 0.82 0.18
Hex 8 43 53 5A 13 0 43 C1 52 12
Octal 10 103 123 132 23 0 103 301 122 22
Binary 1000 1000011 1010011 1011010 10011 0 1000011 11000001 1010010 10010

Color Harmonies of #084353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084353

Black with #084353

Text Example


Text Example

White with #084353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084353; }

 p { color: rgb(8,67,83); }

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

background-color css

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

 a { background-color: rgb(8,67,83); }

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

border-color css

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

 span { border-color: rgb(8,67,83); }

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