#104856

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

Shades of Sherpa Blue #104856

Tints of Sherpa Blue #104856

Color information

#104856 (or 0x104856) is unknown color: approx Sherpa Blue. HEX triplet: 10, 48 and 56. RGB value is (16,72,86). Sum of RGB (Red+Green+Blue) = 16+72+86=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #104856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104856 is #EFB7A9. Grayscale: #383838. Windows color (decimal): -15710122 or 5654544. OLE color: 5654544.

HSL color Cylindrical-coordinate representation of color #104856: hue angle of 192º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #104856 is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB167286-
CMYK0.810.1600.66
HSL192º68.63%20%-
HSV(B)192º81.4%33.73%-
XYZ4.215.429.63-
YUV56.85144.4598.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.20%
GREEN value IS 72 (28.52% from 255) = 41.38%
BLUE value IS 86 (33.98% from 255) = 49.43%
R=9.20%
G=41.38%
B=49.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1672860.810.1600.6619268.6320
Hex1048565110042c04514
Octal2011012612120010230010524
Binary10000100100010101101010001100000100001011000000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104856; }

 p { color: rgb(16,72,86); }

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

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

 a { background-color: rgb(16,72,86); }

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

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

 span { border-color: rgb(16,72,86); }

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