#145C63

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

Shades of Blue Stone #145C63

Tints of Blue Stone #145C63

Color information

#145C63 (or 0x145C63) is unknown color: approx Blue Stone. HEX triplet: 14, 5C and 63. RGB value is (20,92,99). Sum of RGB (Red+Green+Blue) = 20+92+99=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #145C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C63 is #EBA39C. Grayscale: #474747. Windows color (decimal): -15442845 or 6511636. OLE color: 6511636.

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

Color convert

RGB209299-
CMYK0.800.0700.61
HSL185.32º66.39%23.33%-
HSV(B)185.32º79.8%38.82%-
XYZ6.378.713.15-
YUV71.27143.6591.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.48%
GREEN value IS 92 (36.33% from 255) = 43.60%
BLUE value IS 99 (39.06% from 255) = 46.92%
R=9.48%
G=43.60%
B=46.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2092990.800.0700.61185.3266.3923.33
Hex145C6350703Db94217
Octal24134143120707527110227
Binary10100101110011000111010000111011110110111001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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