#104B59

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

Shades of Sherpa Blue #104B59

Tints of Sherpa Blue #104B59

Color information

#104B59 (or 0x104B59) is unknown color: approx Sherpa Blue. HEX triplet: 10, 4B and 59. RGB value is (16,75,89). Sum of RGB (Red+Green+Blue) = 16+75+89=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 75 (29.69% from 255 or 41.67% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #104B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104B59 is #EFB4A6. Grayscale: #3A3A3A. Windows color (decimal): -15709351 or 5851920. OLE color: 5851920.

HSL color Cylindrical-coordinate representation of color #104B59: hue angle of 191.51º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #104B59 is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB167589-
CMYK0.820.1600.65
HSL191.51º69.52%20.59%-
HSV(B)191.51º82.02%34.9%-
XYZ4.535.8610.34-
YUV58.96144.9597.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.89%
GREEN value IS 75 (29.69% from 255) = 41.67%
BLUE value IS 89 (35.16% from 255) = 49.44%
R=8.89%
G=41.67%
B=49.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1675890.820.1600.65191.5169.5220.59
Hex104B595210041c04615
Octal2011313112220010130010625
Binary10000100101110110011010010100000100000111000000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104B59; }

 p { color: rgb(16,75,89); }

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

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

 a { background-color: rgb(16,75,89); }

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

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

 span { border-color: rgb(16,75,89); }

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