#084048

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

Shades of Sherpa Blue #084048

Tints of Sherpa Blue #084048

Color information

#084048 (or 0x084048) is unknown color: approx Sherpa Blue. HEX triplet: 08, 40 and 48. RGB value is (8,64,72). Sum of RGB (Red+Green+Blue) = 8+64+72=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #084048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084048 is #F7BFB7. Grayscale: #303030. Windows color (decimal): -16236472 or 4734984. OLE color: 4734984.

HSL color Cylindrical-coordinate representation of color #084048: hue angle of 187.5º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084048 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB86472-
CMYK0.890.1100.72
HSL187.5º80%15.69%-
HSV(B)187.5º88.89%28.24%-
XYZ3.14.196.78-
YUV48.17141.4599.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.56%
GREEN value IS 64 (25.39% from 255) = 44.44%
BLUE value IS 72 (28.52% from 255) = 50%
R=5.56%
G=44.44%
B=50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal864720.890.1100.72187.58015.69
Hex8404859B048bc5010
Octal1010011013113011027412020
Binary100010000001001000101100110110100100010111100101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084048; }

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

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

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

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

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

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

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

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