Html Css Color HEX #084954 Sherpa Blue

📋 copy color: '#084954'

red 8 ◦ green 73 ◦ blue 84

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

Shades of Sherpa Blue #084954

Tints of Sherpa Blue #084954

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.24%

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

R = 4.85%
G = 44.24%
B = 50.91%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#084954 (or 0x084954) is known color: Sherpa Blue. HEX triplet: 08, 49 and 54. RGB value is (8,73,84). Sum of RGB (Red+Green+Blue) = 8+73+84=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #084954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084954 is #F7B6AB. Grayscale: #363636. Windows color (decimal): -16234156 or 5523720. OLE color: 5523720.

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

Color convert

RGB 8 73 84 -
CMYK 0.90 0.13 0 0.67
HSL 188.68º 0.83% 0.18% -
HSV(B) 188.68º 0.9% 0.33% -
XYZ 4.08 5.46 9.23 -
YUV 54.82 144.47 94.61 -
System Red Green Blue C M Y K H S L
Decimal 8 73 84 0.90 0.13 0 0.67 188.68 0.83 0.18
Hex 8 49 54 5A D 0 43 BD 53 12
Octal 10 111 124 132 15 0 103 275 123 22
Binary 1000 1001001 1010100 1011010 1101 0 1000011 10111101 1010011 10010

Color Harmonies of #084954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084954

Black with #084954

Text Example


Text Example

White with #084954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084954; }

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

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

background-color css

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

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

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

border-color css

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

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

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