#135159

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

Shades of Sherpa Blue #135159

Tints of Sherpa Blue #135159

Color information

#135159 (or 0x135159) is unknown color: approx Sherpa Blue. HEX triplet: 13, 51 and 59. RGB value is (19,81,89). Sum of RGB (Red+Green+Blue) = 19+81+89=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #135159 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135159 is #ECAEA6. Grayscale: #3F3F3F. Windows color (decimal): -15511207 or 5853459. OLE color: 5853459.

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

Color convert

RGB198189-
CMYK0.790.0900.65
HSL186.86º64.81%21.18%-
HSV(B)186.86º78.65%34.9%-
XYZ5.016.7410.49-
YUV63.37142.4696.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.05%
GREEN value IS 81 (32.03% from 255) = 42.86%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=10.05%
G=42.86%
B=47.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1981890.790.0900.65186.8664.8121.18
Hex1351594F9041bb4115
Octal2312113111711010127310125
Binary1001110100011011001100111110010100000110111011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135159; }

 p { color: rgb(19,81,89); }

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

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

 a { background-color: rgb(19,81,89); }

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

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

 span { border-color: rgb(19,81,89); }

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