#083F48

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

Shades of Sherpa Blue #083F48

Tints of Sherpa Blue #083F48

Color information

#083F48 (or 0x083F48) is unknown color: approx Sherpa Blue. HEX triplet: 08, 3F and 48. RGB value is (8,63,72). Sum of RGB (Red+Green+Blue) = 8+63+72=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #083F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083F48 is #F7C0B7. Grayscale: #2F2F2F. Windows color (decimal): -16236728 or 4734728. OLE color: 4734728.

HSL color Cylindrical-coordinate representation of color #083F48: hue angle of 188.44º 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 #083F48 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB86372-
CMYK0.890.1200.72
HSL188.44º80%15.69%-
HSV(B)188.44º88.89%28.24%-
XYZ3.054.076.76-
YUV47.58141.7899.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.59%
GREEN value IS 63 (25% from 255) = 44.06%
BLUE value IS 72 (28.52% from 255) = 50.35%
R=5.59%
G=44.06%
B=50.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal863720.890.1200.72188.448015.69
Hex83F4859C048bc5010
Octal107711013114011027412020
Binary10001111111001000101100111000100100010111100101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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