Html Css Color HEX #084154 Sherpa Blue

📋 copy color: '#084154'

red 8 ◦ green 65 ◦ blue 84

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

Shades of Sherpa Blue #084154

Tints of Sherpa Blue #084154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 53.5%

R = 5.1%
G = 41.4%
B = 53.5%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#084154 (or 0x084154) is known color: Sherpa Blue. HEX triplet: 08, 41 and 54. RGB value is (8,65,84). Sum of RGB (Red+Green+Blue) = 8+65+84=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #084154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084154 is #F7BEAB. Grayscale: #313131. Windows color (decimal): -16236204 or 5521672. OLE color: 5521672.

HSL color Cylindrical-coordinate representation of color #084154: hue angle of 195º degrees, saturation: 0.83, 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 #084154 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 65 84 -
CMYK 0.90 0.23 0 0.67
HSL 195º 0.83% 0.18% -
HSV(B) 195º 0.9% 0.33% -
XYZ 3.59 4.47 9.06 -
YUV 50.12 147.12 97.96 -
System Red Green Blue C M Y K H S L
Decimal 8 65 84 0.90 0.23 0 0.67 195 0.83 0.18
Hex 8 41 54 5A 17 0 43 C3 53 12
Octal 10 101 124 132 27 0 103 303 123 22
Binary 1000 1000001 1010100 1011010 10111 0 1000011 11000011 1010011 10010

Color Harmonies of #084154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084154

Black with #084154

Text Example


Text Example

White with #084154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084154; }

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

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

background-color css

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

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

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

border-color css

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

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

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