#145D63

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

Shades of Blue Stone #145D63

Tints of Blue Stone #145D63

Color information

#145D63 (or 0x145D63) is unknown color: approx Blue Stone. HEX triplet: 14, 5D and 63. RGB value is (20,93,99). Sum of RGB (Red+Green+Blue) = 20+93+99=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #145D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145D63 is #EBA29C. Grayscale: #474747. Windows color (decimal): -15442589 or 6511892. OLE color: 6511892.

HSL color Cylindrical-coordinate representation of color #145D63: hue angle of 184.56º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145D63 is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB209399-
CMYK0.800.0600.61
HSL184.56º66.39%23.33%-
HSV(B)184.56º79.8%38.82%-
XYZ6.458.8813.18-
YUV71.86143.3291.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.43%
GREEN value IS 93 (36.72% from 255) = 43.87%
BLUE value IS 99 (39.06% from 255) = 46.70%
R=9.43%
G=43.87%
B=46.70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2093990.800.0600.61184.5666.3923.33
Hex145D6350603Db94217
Octal24135143120607527110227
Binary10100101110111000111010000110011110110111001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,93,99); }

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

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

 a { background-color: rgb(20,93,99); }

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

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

 span { border-color: rgb(20,93,99); }

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