#084057

Color #084057 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #084057

Tints of Sherpa Blue #084057

Color information

#084057 (or 0x084057) is unknown color: approx Sherpa Blue. HEX triplet: 08, 40 and 57. RGB value is (8,64,87). Sum of RGB (Red+Green+Blue) = 8+64+87=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #084057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084057 is #F7BFA8. Grayscale: #313131. Windows color (decimal): -16236457 or 5718024. OLE color: 5718024.

HSL color Cylindrical-coordinate representation of color #084057: hue angle of 197.47º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #084057 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB86487-
CMYK0.910.2600.66
HSL197.47º83.16%18.63%-
HSV(B)197.47º90.8%34.12%-
XYZ3.654.419.67-
YUV49.88148.9598.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.03%
GREEN value IS 64 (25.39% from 255) = 40.25%
BLUE value IS 87 (34.38% from 255) = 54.72%
R=5.03%
G=40.25%
B=54.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal864870.910.2600.66197.4783.1618.63
Hex840575B1A042c55313
Octal1010012713332010230512323
Binary1000100000010101111011011110100100001011000101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084057; }

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

 H1.HeaderClassName
 {
   color: #084057;
 }
 .AnyTagClassName
 {
   color: #084057;
 }
</style>
background-color css

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

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

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

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

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

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