#145E68

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

Shades of Blue Stone #145E68

Tints of Blue Stone #145E68

Color information

#145E68 (or 0x145E68) is unknown color: approx Blue Stone. HEX triplet: 14, 5E and 68. RGB value is (20,94,104). Sum of RGB (Red+Green+Blue) = 20+94+104=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #145E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145E68 is #EBA197. Grayscale: #484848. Windows color (decimal): -15442328 or 6839828. OLE color: 6839828.

HSL color Cylindrical-coordinate representation of color #145E68: hue angle of 187.14º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #145E68 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2094104-
CMYK0.810.1000.59
HSL187.14º67.74%24.31%-
HSV(B)187.14º80.77%40.78%-
XYZ6.799.1514.51-
YUV73.01145.4890.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.17%
GREEN value IS 94 (37.11% from 255) = 43.12%
BLUE value IS 104 (41.02% from 255) = 47.71%
R=9.17%
G=43.12%
B=47.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20941040.810.1000.59187.1467.7424.31
Hex145E6851A03Bbb4418
Octal241361501211207327310430
Binary101001011110110100010100011010011101110111011100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145E68; }

 p { color: rgb(20,94,104); }

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

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

 a { background-color: rgb(20,94,104); }

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

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

 span { border-color: rgb(20,94,104); }

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