#146E6F

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

Shades of Blue Stone #146E6F

Tints of Blue Stone #146E6F

Color information

#146E6F (or 0x146E6F) is unknown color: approx Blue Stone. HEX triplet: 14, 6E and 6F. RGB value is (20,110,111). Sum of RGB (Red+Green+Blue) = 20+110+111=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 111 - color contains mainly: blue. Hex color #146E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146E6F is #EB9190. Grayscale: #535353. Windows color (decimal): -15438225 or 7302676. OLE color: 7302676.

HSL color Cylindrical-coordinate representation of color #146E6F: hue angle of 180.66º degrees, saturation: 0.69, 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 #146E6F is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB20110111-
CMYK0.820.0100.56
HSL180.66º69.47%25.69%-
HSV(B)180.66º81.98%43.53%-
XYZ8.7312.4516.98-
YUV83.2143.6882.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.30%
GREEN value IS 110 (43.36% from 255) = 45.64%
BLUE value IS 111 (43.75% from 255) = 46.06%
R=8.30%
G=45.64%
B=46.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal201101110.820.0100.56180.6669.4725.69
Hex146E6F521038b5451a
Octal24156157122107026510532
Binary101001101110110111110100101011100010110101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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