#145E63

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

Shades of Blue Stone #145E63

Tints of Blue Stone #145E63

Color information

#145E63 (or 0x145E63) is unknown color: approx Blue Stone. HEX triplet: 14, 5E and 63. RGB value is (20,94,99). Sum of RGB (Red+Green+Blue) = 20+94+99=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #145E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145E63 is #EBA19C. Grayscale: #484848. Windows color (decimal): -15442333 or 6512148. OLE color: 6512148.

HSL color Cylindrical-coordinate representation of color #145E63: hue angle of 183.8º 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 #145E63 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB209499-
CMYK0.800.0500.61
HSL183.8º66.39%23.33%-
HSV(B)183.8º79.8%38.82%-
XYZ6.549.0513.21-
YUV72.44142.9890.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.39%
GREEN value IS 94 (37.11% from 255) = 44.13%
BLUE value IS 99 (39.06% from 255) = 46.48%
R=9.39%
G=44.13%
B=46.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2094990.800.0500.61183.866.3923.33
Hex145E6350503Db84217
Octal24136143120507527010227
Binary10100101111011000111010000101011110110111000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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