Html Css Color HEX #084051 Sherpa Blue

📋 copy color: '#084051'

red 8 ◦ green 64 ◦ blue 81

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

Shades of Sherpa Blue #084051

Tints of Sherpa Blue #084051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 52.94%

R = 5.23%
G = 41.83%
B = 52.94%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#084051 (or 0x084051) is known color: Sherpa Blue. HEX triplet: 08, 40 and 51. RGB value is (8,64,81). Sum of RGB (Red+Green+Blue) = 8+64+81=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #084051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084051 is #F7BFAE. Grayscale: #313131. Windows color (decimal): -16236463 or 5324808. OLE color: 5324808.

HSL color Cylindrical-coordinate representation of color #084051: hue angle of 193.97º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084051 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 64 81 -
CMYK 0.90 0.21 0 0.68
HSL 193.97º 0.82% 0.17% -
HSV(B) 193.97º 0.9% 0.32% -
XYZ 3.42 4.31 8.44 -
YUV 49.19 145.95 98.62 -
System Red Green Blue C M Y K H S L
Decimal 8 64 81 0.90 0.21 0 0.68 193.97 0.82 0.17
Hex 8 40 51 5A 15 0 44 C2 52 11
Octal 10 100 121 132 25 0 104 302 122 21
Binary 1000 1000000 1010001 1011010 10101 0 1000100 11000010 1010010 10001

Color Harmonies of #084051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084051

Black with #084051

Text Example


Text Example

White with #084051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084051; }

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

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

background-color css

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

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

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

border-color css

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

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

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