#145E69

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

Shades of Blue Stone #145E69

Tints of Blue Stone #145E69

Color information

#145E69 (or 0x145E69) is unknown color: approx Blue Stone. HEX triplet: 14, 5E and 69. RGB value is (20,94,105). Sum of RGB (Red+Green+Blue) = 20+94+105=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #145E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145E69 is #EBA196. Grayscale: #494949. Windows color (decimal): -15442327 or 6905364. OLE color: 6905364.

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

Color convert

RGB2094105-
CMYK0.810.1000.59
HSL187.76º68%24.51%-
HSV(B)187.76º80.95%41.18%-
XYZ6.849.1714.77-
YUV73.13145.9890.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.13%
GREEN value IS 94 (37.11% from 255) = 42.92%
BLUE value IS 105 (41.41% from 255) = 47.95%
R=9.13%
G=42.92%
B=47.95%

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
Decimal20941050.810.1000.59187.766824.51
Hex145E6951A03Bbc4419
Octal241361511211207327410431
Binary101001011110110100110100011010011101110111100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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