#146E71

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

Shades of Blue Stone #146E71

Tints of Blue Stone #146E71

Color information

#146E71 (or 0x146E71) is unknown color: approx Blue Stone. HEX triplet: 14, 6E and 71. RGB value is (20,110,113). Sum of RGB (Red+Green+Blue) = 20+110+113=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #146E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146E71 is #EB918E. Grayscale: #535353. Windows color (decimal): -15438223 or 7433748. OLE color: 7433748.

HSL color Cylindrical-coordinate representation of color #146E71: hue angle of 181.94º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146E71 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB20110113-
CMYK0.820.0300.56
HSL181.94º69.92%26.08%-
HSV(B)181.94º82.3%44.31%-
XYZ8.8512.4917.57-
YUV83.43144.6882.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.23%
GREEN value IS 110 (43.36% from 255) = 45.27%
BLUE value IS 113 (44.53% from 255) = 46.50%
R=8.23%
G=45.27%
B=46.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal201101130.820.0300.56181.9469.9226.08
Hex146E71523038b6461a
Octal24156161122307026610632
Binary1010011011101110001101001011011100010110110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146E71; }

 p { color: rgb(20,110,113); }

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

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

 a { background-color: rgb(20,110,113); }

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

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

 span { border-color: rgb(20,110,113); }

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