Html Css Color HEX #084054 Sherpa Blue

📋 copy color: '#084054'

red 8 ◦ green 64 ◦ blue 84

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

Shades of Sherpa Blue #084054

Tints of Sherpa Blue #084054

RGB

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

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

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

R = 5.13%
G = 41.03%
B = 53.85%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#084054 (or 0x084054) is known color: Sherpa Blue. HEX triplet: 08, 40 and 54. RGB value is (8,64,84). Sum of RGB (Red+Green+Blue) = 8+64+84=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 84 (33.20% from 255 or 53.85% from 156); Max value from RGB is 84 - color contains mainly: blue. Hex color #084054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084054 is #F7BFAB. Grayscale: #313131. Windows color (decimal): -16236460 or 5521416. OLE color: 5521416.

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

Color convert

RGB 8 64 84 -
CMYK 0.90 0.24 0 0.67
HSL 195.79º 0.83% 0.18% -
HSV(B) 195.79º 0.9% 0.33% -
XYZ 3.53 4.36 9.04 -
YUV 49.54 147.45 98.37 -
System Red Green Blue C M Y K H S L
Decimal 8 64 84 0.90 0.24 0 0.67 195.79 0.83 0.18
Hex 8 40 54 5A 18 0 43 C4 53 12
Octal 10 100 124 132 30 0 103 304 123 22
Binary 1000 1000000 1010100 1011010 11000 0 1000011 11000100 1010011 10010

Color Harmonies of #084054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084054

Black with #084054

Text Example


Text Example

White with #084054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084054; }

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

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

background-color css

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

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

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

border-color css

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

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

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