Html Css Color HEX #084355 Sherpa Blue

📋 copy color: '#084355'

red 8 ◦ green 67 ◦ blue 85

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

Shades of Sherpa Blue #084355

Tints of Sherpa Blue #084355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 53.13%

R = 5%
G = 41.88%
B = 53.13%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#084355 (or 0x084355) is known color: Sherpa Blue. HEX triplet: 08, 43 and 55. RGB value is (8,67,85). Sum of RGB (Red+Green+Blue) = 8+67+85=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #084355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084355 is #F7BCAA. Grayscale: #333333. Windows color (decimal): -16235691 or 5587720. OLE color: 5587720.

HSL color Cylindrical-coordinate representation of color #084355: hue angle of 194.03º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084355 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 67 85 -
CMYK 0.91 0.21 0 0.67
HSL 194.03º 0.83% 0.18% -
HSV(B) 194.03º 0.91% 0.33% -
XYZ 3.75 4.72 9.31 -
YUV 51.41 146.95 97.04 -
System Red Green Blue C M Y K H S L
Decimal 8 67 85 0.91 0.21 0 0.67 194.03 0.83 0.18
Hex 8 43 55 5B 15 0 43 C2 53 12
Octal 10 103 125 133 25 0 103 302 123 22
Binary 1000 1000011 1010101 1011011 10101 0 1000011 11000010 1010011 10010

Color Harmonies of #084355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084355

Black with #084355

Text Example


Text Example

White with #084355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084355; }

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

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

background-color css

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

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

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

border-color css

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

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

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