Html Css Color HEX #084055 Sherpa Blue

📋 copy color: '#084055'

red 8 ◦ green 64 ◦ blue 85

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

Shades of Sherpa Blue #084055

Tints of Sherpa Blue #084055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40.76%

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

R = 5.1%
G = 40.76%
B = 54.14%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#084055 (or 0x084055) is known color: Sherpa Blue. HEX triplet: 08, 40 and 55. RGB value is (8,64,85). Sum of RGB (Red+Green+Blue) = 8+64+85=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #084055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084055 is #F7BFAA. Grayscale: #313131. Windows color (decimal): -16236459 or 5586952. OLE color: 5586952.

HSL color Cylindrical-coordinate representation of color #084055: hue angle of 196.36º 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 #084055 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 64 85 -
CMYK 0.91 0.25 0 0.67
HSL 196.36º 0.83% 0.18% -
HSV(B) 196.36º 0.91% 0.33% -
XYZ 3.57 4.37 9.25 -
YUV 49.65 147.95 98.29 -
System Red Green Blue C M Y K H S L
Decimal 8 64 85 0.91 0.25 0 0.67 196.36 0.83 0.18
Hex 8 40 55 5B 19 0 43 C4 53 12
Octal 10 100 125 133 31 0 103 304 123 22
Binary 1000 1000000 1010101 1011011 11001 0 1000011 11000100 1010011 10010

Color Harmonies of #084055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084055

Black with #084055

Text Example


Text Example

White with #084055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084055; }

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

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

background-color css

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

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

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

border-color css

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

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

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