#083848

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

Shades of Sherpa Blue #083848

Tints of Sherpa Blue #083848

Color information

#083848 (or 0x083848) is unknown color: approx Sherpa Blue. HEX triplet: 08, 38 and 48. RGB value is (8,56,72). Sum of RGB (Red+Green+Blue) = 8+56+72=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #083848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083848 is #F7C7B7. Grayscale: #2B2B2B. Windows color (decimal): -16238520 or 4732936. OLE color: 4732936.

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

Color convert

RGB85672-
CMYK0.890.2200.72
HSL195º80%15.69%-
HSV(B)195º88.89%28.24%-
XYZ2.683.356.64-
YUV43.47144.1102.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.88%
GREEN value IS 56 (22.27% from 255) = 41.18%
BLUE value IS 72 (28.52% from 255) = 52.94%
R=5.88%
G=41.18%
B=52.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal856720.890.2200.721958015.69
Hex838485916048c35010
Octal107011013126011030312020
Binary100011100010010001011001101100100100011000011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083848; }

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

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

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

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

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

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

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

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