#083F49

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

Shades of Sherpa Blue #083F49

Tints of Sherpa Blue #083F49

Color information

#083F49 (or 0x083F49) is unknown color: approx Sherpa Blue. HEX triplet: 08, 3F and 49. RGB value is (8,63,73). Sum of RGB (Red+Green+Blue) = 8+63+73=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #083F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083F49 is #F7C0B6. Grayscale: #2F2F2F. Windows color (decimal): -16236727 or 4800264. OLE color: 4800264.

HSL color Cylindrical-coordinate representation of color #083F49: hue angle of 189.23º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #083F49 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB86373-
CMYK0.890.1400.71
HSL189.23º80.25%15.88%-
HSV(B)189.23º89.04%28.63%-
XYZ3.084.096.93-
YUV47.7142.2899.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.56%
GREEN value IS 63 (25% from 255) = 43.75%
BLUE value IS 73 (28.91% from 255) = 50.69%
R=5.56%
G=43.75%
B=50.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal863730.890.1400.71189.2380.2515.88
Hex83F4959E047bd5010
Octal107711113116010727512020
Binary10001111111001001101100111100100011110111101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083F49; }

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

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

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

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

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

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

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

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