#145158

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

Shades of Sherpa Blue #145158

Tints of Sherpa Blue #145158

Color information

#145158 (or 0x145158) is unknown color: approx Sherpa Blue. HEX triplet: 14, 51 and 58. RGB value is (20,81,88). Sum of RGB (Red+Green+Blue) = 20+81+88=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #145158 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145158 is #EBAEA7. Grayscale: #3F3F3F. Windows color (decimal): -15445672 or 5787924. OLE color: 5787924.

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

Color convert

RGB208188-
CMYK0.770.0800.65
HSL186.18º62.96%21.18%-
HSV(B)186.18º77.27%34.51%-
XYZ4.996.7410.27-
YUV63.56141.7996.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.58%
GREEN value IS 81 (32.03% from 255) = 42.86%
BLUE value IS 88 (34.77% from 255) = 46.56%
R=10.58%
G=42.86%
B=46.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2081880.770.0800.65186.1862.9621.18
Hex1451584D8041ba3f15
Octal241211301151001012727725
Binary101001010001101100010011011000010000011011101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145158; }

 p { color: rgb(20,81,88); }

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

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

 a { background-color: rgb(20,81,88); }

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

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

 span { border-color: rgb(20,81,88); }

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